public final class XStatMetadata
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 Classes aninhadas
| aula | XStatMetadata.Builder | Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. | |
Constantes
| int | DESCRIPTION_FIELD_NUMBER | |
| int | ID_FIELD_NUMBER | |
| int | NAME_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| XStatMetadata estático | |
| 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 | |
| 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). |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static XStatMetadata.Builder | newBuilder (protótipo XStatMetadata ) |
| static XStatMetadata.Builder | newBuilder () |
| XStatMetadata.Builder | |
| XStatMetadata estático | parseDelimitedFrom (input InputStream) |
| XStatMetadata estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (dados ByteBuffer) |
| XStatMetadata estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (com.google.protobuf.CodedInputStream input) |
| XStatMetadata estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (com.google.protobuf.ByteString data) |
| XStatMetadata estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| XStatMetadata.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int DESCRIPTION_FIELD_NUMBER
Valor Constante: 3
público estático final int ID_FIELD_NUMBER
Valor Constante: 1
public static final int NAME_FIELD_NUMBER
Valor constante: 2
Métodos Públicos
public boolean equals (Object obj)
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 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; público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static XStatMetadata parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static XStatMetadata parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static XStatMetadata parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static XStatMetadata parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static XStatMetadata parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static XStatMetadata parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static XStatMetadata parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static XStatMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|