clase final estática pública XStatMetadata.Builder
Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. Next ID: 4Protobuf tipo
tensorflow.profiler.XStatMetadata
Métodos públicos
XStatMetadata.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
XStatMetadata | construir () |
XStatMetadata | buildPartial () |
XStatMetadata.Builder | claro () |
XStatMetadata.Builder | clearDescription () Description of the stat (might be long). |
XStatMetadata.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
XStatMetadata.Builder | clearId () XPlane.stat_metadata map key. |
XStatMetadata.Builder | clearName () Name of the stat (should be short). |
XStatMetadata.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
XStatMetadata.Builder | clonar () |
XStatMetadata | |
Cuerda | getDescription () Description of the stat (might be long). |
com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
largo | getId () XPlane.stat_metadata map key. |
Cuerda | getName () Name of the stat (should be short). |
com.google.protobuf.ByteString | getNameBytes () Name of the stat (should be short). |
booleano final | |
XStatMetadata.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XStatMetadata.Builder | mergeFrom (com.google.protobuf.Message otro) |
final XStatMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
XStatMetadata.Builder | setDescription (valor de cadena) Description of the stat (might be long). |
XStatMetadata.Builder | setDescriptionBytes (valor de com.google.protobuf.ByteString) Description of the stat (might be long). |
XStatMetadata.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
XStatMetadata.Builder | setId (valor largo) XPlane.stat_metadata map key. |
XStatMetadata.Builder | setName (valor de cadena) Name of the stat (should be short). |
XStatMetadata.Builder | setNameBytes (valor de com.google.protobuf.ByteString) Name of the stat (should be short). |
XStatMetadata.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
final XStatMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos heredados
Métodos públicos
public XStatMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public XStatMetadata.Builder clearDescription ()
Description of the stat (might be long).
string description = 3;
public XStatMetadata.Builder clearName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
public String getDescription ()
Description of the stat (might be long).
string description = 3;
public com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public long getId ()
XPlane.stat_metadata map key.
int64 id = 1;
public String getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
public com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
public final boolean isInitialized ()
public XStatMetadata.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
público final XStatMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public XStatMetadata.Builder setDescription (valor de cadena)
Description of the stat (might be long).
string description = 3;
público XStatMetadata.Builder setDescriptionBytes (valor com.google.protobuf.ByteString)
Description of the stat (might be long).
string description = 3;
public XStatMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public XStatMetadata.Builder setName (valor de cadena)
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
public XStatMetadata.Builder setNameBytes (valor de com.google.protobuf.ByteString)
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;