DictValue.Builder

clase final estática pública DictValue.Builder

 Represents a Python dict keyed by `str`.
 The comment on Unicode from Value.string_value applies analogously.
 
tipo tensorflow.DictValue

Métodos públicos

DictValue.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
DictValue
DictValue
DictValue.Builder
claro ()
DictValue.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
DictValue.Builder
DictValue.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DictValue.Builder
clonar ()
booleano
containsFields (clave de cadena)
map<string, .tensorflow.StructuredValue> fields = 1;
DictValue
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Mapa <String, StructuredValue >
getFields ()
Utilice getFieldsMap() lugar.
En t
getFieldsCount ()
map<string, .tensorflow.StructuredValue> fields = 1;
Mapa <String, StructuredValue >
getFieldsMap ()
map<string, .tensorflow.StructuredValue> fields = 1;
Valor estructurado
getFieldsOrDefault (clave de cadena, StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1;
Valor estructurado
getFieldsOrThrow (clave de cadena)
map<string, .tensorflow.StructuredValue> fields = 1;
Mapa <String, StructuredValue >
getMutableFields ()
En su lugar, utilice accesores de mutación alternativos.
booleano final
DictValue.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DictValue.Builder
mergeFrom (com.google.protobuf.Message otro)
final DictValue.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
DictValue.Builder
putAllFields ( valores Map <String, StructuredValue >)
map<string, .tensorflow.StructuredValue> fields = 1;
DictValue.Builder
putFields (clave de cadena, valor de StructuredValue )
map<string, .tensorflow.StructuredValue> fields = 1;
DictValue.Builder
removeFields (clave de cadena)
map<string, .tensorflow.StructuredValue> fields = 1;
DictValue.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
DictValue.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
final DictValue.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public DictValue.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public DictValue build ()

public DictValue buildPartial ()

public DictValue.Builder clear ()

public DictValue.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public DictValue.Builder clearFields ()

public DictValue.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public DictValue.Builder clone ()

public boolean containsFields (clave de cadena)

map<string, .tensorflow.StructuredValue> fields = 1;

public DictValue getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public Map <String, StructuredValue > getFields ()

Utilice getFieldsMap() lugar.

public int getFieldsCount ()

map<string, .tensorflow.StructuredValue> fields = 1;

public Map <String, StructuredValue > getFieldsMap ()

map<string, .tensorflow.StructuredValue> fields = 1;

public StructuredValue getFieldsOrDefault (clave de cadena, StructuredValue defaultValue)

map<string, .tensorflow.StructuredValue> fields = 1;

public StructuredValue getFieldsOrThrow (clave de cadena)

map<string, .tensorflow.StructuredValue> fields = 1;

public Map <String, StructuredValue > getMutableFields ()

En su lugar, utilice accesores de mutación alternativos.

public final boolean isInitialized ()

public DictValue.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public DictValue.Builder mergeFrom (com.google.protobuf.Message other)

public final DictValue.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public DictValue.Builder putAllFields ( valores Map <String, StructuredValue >)

map<string, .tensorflow.StructuredValue> fields = 1;

public DictValue.Builder putFields (clave de cadena, valor de StructuredValue )

map<string, .tensorflow.StructuredValue> fields = 1;

public DictValue.Builder removeFields (clave de cadena)

map<string, .tensorflow.StructuredValue> fields = 1;

public DictValue.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public DictValue.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público final DictValue.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)