com.github.os72.protobuf351.StructOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signalfx-java Show documentation
Show all versions of signalfx-java Show documentation
Bare minimum core library needed to sending metrics to SignalFx from Java clients
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/struct.proto
package com.github.os72.protobuf351;
public interface StructOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Struct)
com.github.os72.protobuf351.MessageOrBuilder {
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .google.protobuf.Value> fields = 1;
*/
int getFieldsCount();
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .google.protobuf.Value> fields = 1;
*/
boolean containsFields(
java.lang.String key);
/**
* Use {@link #getFieldsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getFields();
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .google.protobuf.Value> fields = 1;
*/
java.util.Map
getFieldsMap();
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .google.protobuf.Value> fields = 1;
*/
com.github.os72.protobuf351.Value getFieldsOrDefault(
java.lang.String key,
com.github.os72.protobuf351.Value defaultValue);
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .google.protobuf.Value> fields = 1;
*/
com.github.os72.protobuf351.Value getFieldsOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy