lightstep.com.google.protobuf.StructOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: lightstep.lightstep.google.protobuf/struct.proto
package lightstep.com.lightstep.lightstep.google.protobuf;
public interface StructOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.lightstep.google.protobuf.Struct)
lightstep.com.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .lightstep.lightstep.google.protobuf.Value> fields = 1;
*/
int getFieldsCount();
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .lightstep.lightstep.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, .lightstep.lightstep.google.protobuf.Value> fields = 1;
*/
java.util.Map
getFieldsMap();
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .lightstep.lightstep.google.protobuf.Value> fields = 1;
*/
lightstep.com.lightstep.lightstep.google.protobuf.Value getFieldsOrDefault(
java.lang.String key,
lightstep.com.lightstep.lightstep.google.protobuf.Value defaultValue);
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .lightstep.lightstep.google.protobuf.Value> fields = 1;
*/
lightstep.com.lightstep.lightstep.google.protobuf.Value getFieldsOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy