XStatMetadata.Builder

classe 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
 
Protobuf tipo tensorflow.profiler.XStatMetadata

Métodos Públicos

XStatMetadata.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
XStatMetadata
XStatMetadata
XStatMetadata.Builder
claro ()
XStatMetadata.Builder
limparDescrição ()
 Description of the stat (might be long).
XStatMetadata.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
XStatMetadata.Builder
limparID ()
 XPlane.stat_metadata map key.
XStatMetadata.Builder
limparNome ()
 Name of the stat (should be short).
XStatMetadata.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
XStatMetadata.Builder
clonar ()
XStatMetadata
Corda
getDescrição ()
 Description of the stat (might be long).
com.google.protobuf.ByteString
getDescriptionBytes ()
 Description of the stat (might be long).
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
longo
getId ()
 XPlane.stat_metadata map key.
Corda
getNome ()
 Name of the stat (should be short).
com.google.protobuf.ByteString
getNomeBytes ()
 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 outro)
final XStatMetadata.Builder
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
XStatMetadata.Builder
setDescription (valor da string)
 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 do objeto)
XStatMetadata.Builder
setId (valor longo)
 XPlane.stat_metadata map key.
XStatMetadata.Builder
setName (valor da string)
 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 do objeto)
final XStatMetadata.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

Métodos herdados

Métodos Públicos

public XStatMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

compilação XStatMetadata pública ()

construção pública XStatMetadataPartial ()

público XStatMetadata.Builder claro ()

public XStatMetadata.Builder clearDescription ()

descrição da string

 Description of the stat (might be long).
 
string description = 3;

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

público XStatMetadata.Builder clearId ()

 XPlane.stat_metadata map key.
 
int64 id = 1;

público XStatMetadata.Builder clearName ()

 Name of the stat (should be short).
 Two XStatMetadata with different id should have different names.
 
string name = 2;

público XStatMetadata.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

clone público XStatMetadata.Builder ()

público XStatMetadata getDefaultInstanceForType ()

String pública getDescrição ()

descrição da string

 Description of the stat (might be long).
 
string description = 3;

público com.google.protobuf.ByteString getDescriptionBytes ()

descrição da string

 Description of the stat (might be long).
 
string description = 3;

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

público longo getId ()

 XPlane.stat_metadata map key.
 
int64 id = 1;

String pública getNome ()

 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 ()

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

Lança
IOException

público XStatMetadata.Builder mergeFrom (com.google.protobuf.Message outro)

público final XStatMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

público XStatMetadata.Builder setDescription (valor da string)

descrição da string

 Description of the stat (might be long).
 
string description = 3;

público XStatMetadata.Builder setDescriptionBytes (valor com.google.protobuf.ByteString)

descrição da string

 Description of the stat (might be long).
 
string description = 3;

public XStatMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

público XStatMetadata.Builder setId (valor longo)

 XPlane.stat_metadata map key.
 
int64 id = 1;

público XStatMetadata.Builder setName (valor da string)

 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;

public XStatMetadata.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

público final XStatMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)