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