public static interface Struct.DictValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFields(java.lang.String key)
map<string, .tensorflow.StructuredValue> fields = 1; |
java.util.Map<java.lang.String,Struct.StructuredValue> |
getFields()
Deprecated.
|
int |
getFieldsCount()
map<string, .tensorflow.StructuredValue> fields = 1; |
java.util.Map<java.lang.String,Struct.StructuredValue> |
getFieldsMap()
map<string, .tensorflow.StructuredValue> fields = 1; |
Struct.StructuredValue |
getFieldsOrDefault(java.lang.String key,
Struct.StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1; |
Struct.StructuredValue |
getFieldsOrThrow(java.lang.String key)
map<string, .tensorflow.StructuredValue> fields = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFieldsCount()
map<string, .tensorflow.StructuredValue> fields = 1;boolean containsFields(java.lang.String key)
map<string, .tensorflow.StructuredValue> fields = 1;@Deprecated java.util.Map<java.lang.String,Struct.StructuredValue> getFields()
getFieldsMap() instead.java.util.Map<java.lang.String,Struct.StructuredValue> getFieldsMap()
map<string, .tensorflow.StructuredValue> fields = 1;Struct.StructuredValue getFieldsOrDefault(java.lang.String key, Struct.StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1;Struct.StructuredValue getFieldsOrThrow(java.lang.String key)
map<string, .tensorflow.StructuredValue> fields = 1;