ValuesDef.Builder

clase final estática pública ValuesDef.Builder

 Protocol buffer representing the values in ControlFlowContext.
 
Protobuf tipo tensorflow.ValuesDef

Métodos públicos

ValoresDef.Builder
addAllValues ​​(valores Iterables<String>)
 Value names that have been seen in this context.
ValoresDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
ValoresDef.Builder
addValues ​​(valor de cadena)
 Value names that have been seen in this context.
ValoresDef.Builder
addValuesBytes (valor com.google.protobuf.ByteString)
 Value names that have been seen in this context.
ValoresDef
ValoresDef
ValoresDef.Builder
claro ()
ValoresDef.Builder
ValoresDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
ValoresDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
ValoresDef.Builder
valores claros ()
 Value names that have been seen in this context.
ValoresDef.Builder
clonar ()
booleano
contieneExternalValues ​​(clave de cadena)
 Value names referenced by but external to this context.
ValoresDef
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Mapa<Cadena, Cadena>
En t
getExternalValuesCount ()
 Value names referenced by but external to this context.
Mapa<Cadena, Cadena>
getExternalValuesMap ()
 Value names referenced by but external to this context.
Cadena
getExternalValuesOrDefault (clave de cadena, valor predeterminado de cadena)
 Value names referenced by but external to this context.
Cadena
getExternalValuesOrThrow (clave de cadena)
 Value names referenced by but external to this context.
Mapa<Cadena, Cadena>
getMutableExternalValues ()
Utilice descriptores de acceso de mutación alternativos en su lugar.
Cadena
getValues ​​(índice int)
 Value names that have been seen in this context.
com.google.protobuf.ByteString
getValuesBytes (índice int)
 Value names that have been seen in this context.
En t
getValuesCount ()
 Value names that have been seen in this context.
com.google.protobuf.ProtocolStringList
obtener lista de valores ()
 Value names that have been seen in this context.
booleano final
ValoresDef.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
ValoresDef.Builder
mergeFrom (com.google.protobuf.Message otro)
Valores finalesDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
ValoresDef.Builder
putAllExternalValues ​​(valores de mapa<cadena, cadena>)
 Value names referenced by but external to this context.
ValoresDef.Builder
putExternalValues ​​(clave de cadena, valor de cadena)
 Value names referenced by but external to this context.
ValoresDef.Builder
removeExternalValues ​​(clave de cadena)
 Value names referenced by but external to this context.
ValoresDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
ValoresDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
Valores finalesDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
ValoresDef.Builder
setValues ​​(índice int, valor de cadena)
 Value names that have been seen in this context.

Métodos heredados

Métodos públicos

public ValuesDef.Builder addAllValues ​​(valores Iterable<String>)

 Value names that have been seen in this context.
 
repeated string values = 1;

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

public ValuesDef.Builder addValues ​​(valor de cadena)

 Value names that have been seen in this context.
 
repeated string values = 1;

public ValuesDef.Builder addValuesBytes (valor com.google.protobuf.ByteString)

 Value names that have been seen in this context.
 
repeated string values = 1;

compilación pública de ValuesDef ()

Valores públicosDef buildPartial ()

Valores públicosDef.Builder claro ()

valores públicosDef.Builder clearExternalValues ​​()

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

valores públicosDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

valores públicosDef.Builder clearValues ​​()

 Value names that have been seen in this context.
 
repeated string values = 1;

clon público de ValuesDef.Builder ()

booleano público contieneExternalValues ​​(clave de cadena)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

Valores públicosDef getDefaultInstanceForType ()

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

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

Mapa público<Cadena, Cadena> getExternalValues ​​()

Utilice getExternalValuesMap() en su lugar.

público int getExternalValuesCount ()

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

Mapa público<Cadena, Cadena> getExternalValuesMap ()

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

cadena pública getExternalValuesOrDefault (clave de cadena, valor predeterminado de cadena)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

cadena pública getExternalValuesOrThrow (clave de cadena)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

Mapa público<Cadena, Cadena> getMutableExternalValues ​​()

Utilice descriptores de acceso de mutación alternativos en su lugar.

cadena pública getValues ​​(índice int)

 Value names that have been seen in this context.
 
repeated string values = 1;

público com.google.protobuf.ByteString getValuesBytes (índice int)

 Value names that have been seen in this context.
 
repeated string values = 1;

público int getValuesCount ()

 Value names that have been seen in this context.
 
repeated string values = 1;

público com.google.protobuf.ProtocolStringList getValuesList ()

 Value names that have been seen in this context.
 
repeated string values = 1;

público final booleano isInitialized ()

public ValuesDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

public ValuesDef.Builder mergeFrom (com.google.protobuf.Message otro)

ValuesDef.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

public ValuesDef.Builder putAllExternalValues ​​(valores de mapa <cadena, cadena>)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

public ValuesDef.Builder putExternalValues ​​(clave de cadena, valor de cadena)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

public ValuesDef.Builder removeExternalValues ​​(clave de cadena)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

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

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

público final ValuesDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

public ValuesDef.Builder setValues ​​(índice int, valor de cadena)

 Value names that have been seen in this context.
 
repeated string values = 1;