public interface MapValueOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsFields(java.lang.String key)
The map's fields.
|
java.util.Map<java.lang.String,Value> |
getFields()
Deprecated.
|
int |
getFieldsCount()
The map's fields.
|
java.util.Map<java.lang.String,Value> |
getFieldsMap()
The map's fields.
|
Value |
getFieldsOrDefault(java.lang.String key,
Value defaultValue)
The map's fields.
|
Value |
getFieldsOrThrow(java.lang.String key)
The map's fields.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getFieldsCount()
The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.
map<string, .google.firestore.v1beta1.Value> fields = 1;
boolean containsFields(java.lang.String key)
The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.
map<string, .google.firestore.v1beta1.Value> fields = 1;
@Deprecated java.util.Map<java.lang.String,Value> getFields()
getFieldsMap()
instead.java.util.Map<java.lang.String,Value> getFieldsMap()
The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.
map<string, .google.firestore.v1beta1.Value> fields = 1;
Value getFieldsOrDefault(java.lang.String key, Value defaultValue)
The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.
map<string, .google.firestore.v1beta1.Value> fields = 1;
Value getFieldsOrThrow(java.lang.String key)
The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.
map<string, .google.firestore.v1beta1.Value> fields = 1;