public static interface Struct.PairValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
string key = 1; |
Struct.StructuredValue |
getValue()
.tensorflow.StructuredValue value = 2; |
Struct.StructuredValueOrBuilder |
getValueOrBuilder()
.tensorflow.StructuredValue value = 2; |
boolean |
hasValue()
.tensorflow.StructuredValue value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getKey()
string key = 1;com.google.protobuf.ByteString getKeyBytes()
string key = 1;boolean hasValue()
.tensorflow.StructuredValue value = 2;Struct.StructuredValue getValue()
.tensorflow.StructuredValue value = 2;Struct.StructuredValueOrBuilder getValueOrBuilder()
.tensorflow.StructuredValue value = 2;