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

ValuesDef.Builder
addAllValues (valores <String> iterables )
 Value names that have been seen in this context.
ValuesDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
ValuesDef.Builder
addValues (valor de cadena)
 Value names that have been seen in this context.
ValuesDef.Builder
addValuesBytes (valor de com.google.protobuf.ByteString)
 Value names that have been seen in this context.
ValoresDef
ValoresDef
ValuesDef.Builder
claro ()
ValuesDef.Builder
ValuesDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
ValuesDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ValuesDef.Builder
clearValues ()
 Value names that have been seen in this context.
ValuesDef.Builder
clonar ()
booleano
containsExternalValues (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.
Cuerda
getExternalValuesOrDefault (clave de cadena, valor predeterminado de cadena)
 Value names referenced by but external to this context.
Cuerda
getExternalValuesOrThrow (clave de cadena)
 Value names referenced by but external to this context.
Mapa <Cadena, Cadena>
getMutableExternalValues ()
En su lugar, utilice accesores de mutación alternativos.
Cuerda
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
getValuesList ()
 Value names that have been seen in this context.
booleano final
ValuesDef.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ValuesDef.Builder
mergeFrom (com.google.protobuf.Message otro)
Final ValuesDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
ValuesDef.Builder
putAllExternalValues (Map <String, String> valores)
 Value names referenced by but external to this context.
ValuesDef.Builder
putExternalValues (clave de cadena, valor de cadena)
 Value names referenced by but external to this context.
ValuesDef.Builder
removeExternalValues (clave de cadena)
 Value names referenced by but external to this context.
ValuesDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
ValuesDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
Final ValuesDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
ValuesDef.Builder
setValues (int índice, valor de cadena)
 Value names that have been seen in this context.

Métodos heredados

Métodos públicos

public ValuesDef.Builder addAllValues (valores <String> iterables )

 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 de com.google.protobuf.ByteString)

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

public ValuesDef build ()

public ValuesDef buildPartial ()

public ValuesDef.Builder clear ()

public ValuesDef.Builder clearExternalValues ()

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

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

public ValuesDef.Builder clearValues ()

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

public ValuesDef.Builder clone ()

public boolean containsExternalValues (clave de cadena)

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

public ValuesDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

public Map <String, String> getExternalValues ()

Utilice getExternalValuesMap() lugar.

public int getExternalValuesCount ()

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

public Map <String, String> getExternalValuesMap ()

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

public String getExternalValuesOrDefault (clave de cadena, valor predeterminado de cadena)

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

public String getExternalValuesOrThrow (clave de cadena)

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

public Map <String, String> getMutableExternalValues ()

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

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

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

public com.google.protobuf.ByteString getValuesBytes (índice int)

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

public int getValuesCount ()

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

public com.google.protobuf.ProtocolStringList getValuesList ()

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

public final boolean isInitialized ()

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

Lanza
IOException

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

Public final ValuesDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public ValuesDef.Builder putAllExternalValues (Map <String, String> valores)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2; valores_externos 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; valores_externos 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; valores_externos 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 unknownFields)

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

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