ValuesDef.Builder

classe finale statica pubblica ValuesDef.Builder

 Protocol buffer representing the values in ControlFlowContext.
 
Tipo di protocollo tensorflow.ValuesDef

Metodi pubblici

ValuesDef.Builder
addAllValues ​​(valori Iterable<String>)
 Value names that have been seen in this context.
ValuesDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
ValuesDef.Builder
addValues ​​(valore stringa)
 Value names that have been seen in this context.
ValuesDef.Builder
addValuesBytes (valore com.google.protobuf.ByteString)
 Value names that have been seen in this context.
ValoriDef
ValoriDef
ValuesDef.Builder
chiaro ()
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
clone ()
booleano
contieneExternalValues ​​(chiave String)
 Value names referenced by but external to this context.
ValoriDef
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
Mappa<Stringa, Stringa>
int
getExternalValuesCount ()
 Value names referenced by but external to this context.
Mappa<Stringa, Stringa>
getMappaValoriEsterni ()
 Value names referenced by but external to this context.
Corda
getExternalValuesOrDefault (chiave String, String defaultValue)
 Value names referenced by but external to this context.
Corda
getExternalValuesOrThrow (chiave String)
 Value names referenced by but external to this context.
Mappa<Stringa, Stringa>
getMutableExternalValues ​​()
Utilizzare invece accessori di mutazione alternativi.
Corda
getValues ​​(indice int)
 Value names that have been seen in this context.
com.google.protobuf.ByteString
getValuesBytes (indice int)
 Value names that have been seen in this context.
int
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 finale
ValuesDef.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
ValuesDef.Builder
mergeFrom (com.google.protobuf.Message altro)
final ValuesDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
ValuesDef.Builder
putAllExternalValues ​​(valori Map<String, String>)
 Value names referenced by but external to this context.
ValuesDef.Builder
putExternalValues ​​(chiave stringa, valore stringa)
 Value names referenced by but external to this context.
ValuesDef.Builder
rimuoviExternalValues ​​(chiave String)
 Value names referenced by but external to this context.
ValuesDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
ValuesDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
final ValuesDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
ValuesDef.Builder
setValues ​​(indice int, valore stringa)
 Value names that have been seen in this context.

Metodi ereditati

Metodi pubblici

public ValuesDef.Builder addAllValues ​​(valori 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, valore oggetto)

public ValuesDef.Builder addValues ​​(valore stringa)

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

public ValuesDef.Builder addValuesBytes (valore 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;

clone pubblico ValuesDef.Builder ()

booleano pubblico contieneExternalValues ​​(chiave String)

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

public ValuesDef getDefaultInstanceForType ()

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

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

public Map<String, String> getExternalValues ​​()

Utilizzare invece getExternalValuesMap() .

public int getExternalValuesCount ()

 Value names referenced by but external to this context.
 
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;

public String getExternalValuesOrDefault (chiave String, String defaultValue)

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

public String getExternalValuesOrThrow (chiave String)

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

public Map<String, String> getMutableExternalValues ​​()

Utilizzare invece accessori di mutazione alternativi.

public String getValues ​​(indice int)

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

pubblico com.google.protobuf.ByteString getValuesBytes (indice 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;

pubblico com.google.protobuf.ProtocolStringList getValuesList ()

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

public final booleano isInitialized ()

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

Lancia
IOException

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

public final ValuesDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

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

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

public ValuesDef.Builder putExternalValues ​​(chiave stringa, valore stringa)

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

public ValuesDef.Builder rimuoviExternalValues ​​(chiave String)

 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, valore oggetto)

public ValuesDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

valori finali pubbliciDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public ValuesDef.Builder setValues ​​(indice int, valore stringa)

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