classe final pública estática 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
tipo tensorflow.profiler.XStatMetadata
Métodos Públicos
XStatMetadata.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
XStatMetadata | build () |
XStatMetadata | buildPartial () |
XStatMetadata.Builder | limpar () |
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 | clone () |
XStatMetadata | |
Fragmento | getDescription () Description of the stat (might be long). |
com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
longo | getId () XPlane.stat_metadata map key. |
Fragmento | getName () Name of the stat (should be short). |
com.google.protobuf.ByteString | getNameBytes () Name of the stat (should be short). |
final booleano | |
XStatMetadata.Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XStatMetadata.Builder | mergeFrom (com.google.protobuf.Message other) |
final XStatMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
XStatMetadata.Builder | setDescription (valor String) Description of the stat (might be long). |
XStatMetadata.Builder | setDescriptionBytes (com.google.protobuf.ByteString value) Description of the stat (might be long). |
XStatMetadata.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
XStatMetadata.Builder | setId (valor longo) XPlane.stat_metadata map key. |
XStatMetadata.Builder | setName (valor String) Name of the stat (should be short). |
XStatMetadata.Builder | setNameBytes (com.google.protobuf.ByteString value) Name of the stat (should be short). |
XStatMetadata.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
final XStatMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos herdados
Métodos Públicos
public XStatMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do 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;
public static 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 (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public final XStatMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public XStatMetadata.Builder setDescription (String value)
Description of the stat (might be long).
string description = 3;
public XStatMetadata.Builder setDescriptionBytes (com.google.protobuf.ByteString value)
Description of the stat (might be long).
string description = 3;
public XStatMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
pública XStatMetadata.Builder setName (String value)
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
public XStatMetadata.Builder setNameBytes (com.google.protobuf.ByteString value)
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;