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: 4
tensorflow.profiler.XStatMetadata
Métodos públicos
XStatMetadata.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
XSatMetadatos | construir () |
XSatMetadatos | |
XStatMetadata.Builder | claro () |
XStatMetadata.Builder | borrarDescripción () Description of the stat (might be long). |
XStatMetadata.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
XStatMetadata.Builder | borrarId () XPlane.stat_metadata map key. |
XStatMetadata.Builder | borrar nombre () Name of the stat (should be short). |
XStatMetadata.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de) |
XStatMetadata.Builder | clonar () |
XSatMetadatos | |
Cadena | obtener descripción () Description of the stat (might be long). |
com.google.protobuf.ByteString | obtenerDescripciónBytes () Description of the stat (might be long). |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
largo | obtenerId () XPlane.stat_metadata map key. |
Cadena | obtenerNombre () Name of the stat (should be short). |
com.google.protobuf.ByteString | getNombreBytes () Name of the stat (should be short). |
booleano final | |
XStatMetadata.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
XStatMetadata.Builder | mergeFrom (com.google.protobuf.Message otro) |
XStatMetadata.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
XStatMetadata.Builder | setDescription (valor de cadena) Description of the stat (might be long). |
XStatMetadata.Builder | setDescriptionBytes (valor 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 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) |
XStatMetadata.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
Métodos heredados
Métodos públicos
público 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;
público XStatMetadata.Builder clearName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
cadena pública getDescription ()
Description of the stat (might be long).
string description = 3;
público 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 ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
getId público largo ()
XPlane.stat_metadata map key.
int64 id = 1;
cadena pública getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
público com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
público final booleano isInitialized ()
público XStatMetadata.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Lanza
IOExcepción |
---|
público final XStatMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
público 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;
público XStatMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público 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;
público XStatMetadata.Builder setNameBytes (valor com.google.protobuf.ByteString)
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;