XEventMetadata

clase final pública XEventMetadata

 Metadata for an XEvent, corresponds to an event type and is shared by
 all XEvents with the same metadata_id.
 Next ID: 6
 
Tipo de tensorflow.profiler.XEventMetadata

Clases anidadas

clase XEventMetadata.Builder
 Metadata for an XEvent, corresponds to an event type and is shared by
 all XEvents with the same metadata_id. 

Constantes

En tDISPLAY_NAME_FIELD_NUMBER
En t ID_FIELD_NUMBER
En t METADATA_FIELD_NUMBER
En t NAME_FIELD_NUMBER
En t STATS_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
XEventMetadata estático
XEventMetadata
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getDisplayName ()
 Name of the event shown in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
largo
getId ()
 XPlane.event_metadata map key.
com.google.protobuf.ByteString
getMetadata ()
 Additional metadata in serialized format.
Cuerda
getName ()
 Name of the event.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the event.
En t
XStat
getStats (índice int)
 XStats that are constant for all XEvents with the same metadata_id.
En t
getStatsCount ()
 XStats that are constant for all XEvents with the same metadata_id.
Lista < XStat >
getStatsList ()
 XStats that are constant for all XEvents with the same metadata_id.
XStatOrBuilder
getStatsOrBuilder (índice int)
 XStats that are constant for all XEvents with the same metadata_id.
Lista <? extiende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats that are constant for all XEvents with the same metadata_id.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
XEventMetadata.Builder estático
newBuilder (prototipo de XEventMetadata )
XEventMetadata.Builder estático
XEventMetadata.Builder
XEventMetadata estático
parseDelimitedFrom (entrada InputStream)
XEventMetadata estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata estático
parseFrom (datos ByteBuffer)
XEventMetadata estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
XEventMetadata estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata estático
parseFrom (datos com.google.protobuf.ByteString)
XEventMetadata estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
XEventMetadata.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int DISPLAY_NAME_FIELD_NUMBER

Valor constante: 4

public static final int ID_FIELD_NUMBER

Valor constante: 1

public static final int METADATA_FIELD_NUMBER

Valor constante: 3

public static final int NAME_FIELD_NUMBER

Valor constante: 2

public static final int STATS_FIELD_NUMBER

Valor constante: 5

Métodos públicos

public boolean es igual a (Object obj)

public static XEventMetadata getDefaultInstance ()

public XEventMetadata getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getDisplayName ()

 Name of the event shown in trace viewer.
 
string display_name = 4; display_name string display_name = 4;

public com.google.protobuf.ByteString getDisplayNameBytes ()

 Name of the event shown in trace viewer.
 
string display_name = 4; display_name string display_name = 4;

public long getId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

public com.google.protobuf.ByteString getMetadata ()

 Additional metadata in serialized format.
 
bytes metadata = 3;

public String getName ()

 Name of the event.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Name of the event.
 
string name = 2;

público getParserForType ()

public int getSerializedSize ()

getStats XStat público (índice int)

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

public int getStatsCount ()

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

Lista pública < XStat > getStatsList ()

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

public XStatOrBuilder getStatsOrBuilder (índice int)

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

Lista pública <? extiende XStatOrBuilder > getStatsOrBuilderList ()

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static XEventMetadata.Builder newBuilder (prototipo de XEventMetadata )

public static XEventMetadata.Builder newBuilder ()

public XEventMetadata.Builder newBuilderForType ()

public static XEventMetadata parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static XEventMetadata parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático XEventMetadata parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static XEventMetadata parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static XEventMetadata parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático XEventMetadata parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static XEventMetadata parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático XEventMetadata parseFrom (datos com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static XEventMetadata parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static XEventMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public XEventMetadata.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException