Package org.platanios.tensorflow.proto
Interface Struct.DictValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Struct.DictValue
,Struct.DictValue.Builder
- Enclosing class:
- Struct
public static interface Struct.DictValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsFields(java.lang.String key)
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
java.util.Map<java.lang.String,Struct.StructuredValue>
getFields()
Deprecated.int
getFieldsCount()
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
java.util.Map<java.lang.String,Struct.StructuredValue>
getFieldsMap()
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
Struct.StructuredValue
getFieldsOrDefault(java.lang.String key, Struct.StructuredValue defaultValue)
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
Struct.StructuredValue
getFieldsOrThrow(java.lang.String key)
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFieldsCount
int getFieldsCount()
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
-
containsFields
boolean containsFields(java.lang.String key)
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
-
getFields
@Deprecated java.util.Map<java.lang.String,Struct.StructuredValue> getFields()
Deprecated.UsegetFieldsMap()
instead.
-
getFieldsMap
java.util.Map<java.lang.String,Struct.StructuredValue> getFieldsMap()
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
-
getFieldsOrDefault
Struct.StructuredValue getFieldsOrDefault(java.lang.String key, Struct.StructuredValue defaultValue)
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
-
getFieldsOrThrow
Struct.StructuredValue getFieldsOrThrow(java.lang.String key)
map<string, .org.platanios.tensorflow.proto.StructuredValue> fields = 1;
-
-