public
interface
StructOrBuilder
extends
MessageLiteOrBuilder
Implements
MessageLiteOrBuilderMethods
containsFields(String key)
public
abstract
boolean
containsFields
(
String
key
)
Unordered map of dynamically typed values.
map<string, .google.protobuf.Value> fields = 1;
getFields()
public
abstract
Map<String
,
Value
>
getFields
()
Use #getFieldsMap() instead.
getFieldsCount()
public
abstract
int
getFieldsCount
()
Unordered map of dynamically typed values.
map<string, .google.protobuf.Value> fields = 1;
getFieldsMap()
public
abstract
Map<String
,
Value
>
getFieldsMap
()
Unordered map of dynamically typed values.
map<string, .google.protobuf.Value> fields = 1;
getFieldsOrDefault(String key, Value defaultValue)
public
abstract
Value
getFieldsOrDefault
(
String
key
,
Value
defaultValue
)
Unordered map of dynamically typed values.
map<string, .google.protobuf.Value> fields = 1;
getFieldsOrThrow(String key)
public
abstract
Value
getFieldsOrThrow
(
String
key
)
Unordered map of dynamically typed values.
map<string, .google.protobuf.Value> fields = 1;

