XEventMetadata.Builder

clase final estática pública XEventMetadata.Builder

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

Métodos públicos

XEventMetadata.Builder
addAllStats (Iterable<? extiende los valores de XStat >)
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
XEventMetadata.Builder
addStats (valor XStat )
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
addStats ( XStat.Builder constructorForValue)
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
addStats (índice int, valor XStat )
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
addStats (índice int, XStat.Builder builderForValue)
 XStats that are constant for all XEvents with the same metadata_id.
XStat.Builder
addStatsBuilder (índice int)
 XStats that are constant for all XEvents with the same metadata_id.
XStat.Builder
agregarStatsBuilder ()
 XStats that are constant for all XEvents with the same metadata_id.
XEventoMetadatos
XEventoMetadatos
XEventMetadata.Builder
claro ()
XEventMetadata.Builder
borrar nombre de visualización ()
 Name of the event shown in trace viewer.
XEventMetadata.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
XEventMetadata.Builder
borrarId ()
 XPlane.event_metadata map key.
XEventMetadata.Builder
borrarMetadatos ()
 Additional metadata in serialized format.
XEventMetadata.Builder
borrar nombre ()
 Name of the event.
XEventMetadata.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
XEventMetadata.Builder
borrarEstadísticas ()
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
clonar ()
XEventoMetadatos
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cadena
getDisplayName ()
 Name of the event shown in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
largo
obtenerId ()
 XPlane.event_metadata map key.
com.google.protobuf.ByteString
obtener metadatos ()
 Additional metadata in serialized format.
Cadena
obtenerNombre ()
 Name of the event.
com.google.protobuf.ByteString
getNombreBytes ()
 Name of the event.
XSat
getStats (índice int)
 XStats that are constant for all XEvents with the same metadata_id.
XStat.Builder
getStatsBuilder (índice int)
 XStats that are constant for all XEvents with the same metadata_id.
Lista< XStat.Builder >
getStatsBuilderList ()
 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 >
obtenerListaEstadísticas ()
 XStats that are constant for all XEvents with the same metadata_id.
XSatOrBuilder
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.
booleano final
XEventMetadata.Builder
mergeFrom (com.google.protobuf.Message otro)
XEventMetadata.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
final XEventMetadata.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
XEventMetadata.Builder
removeStats (índice int)
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
setDisplayName (valor de cadena)
 Name of the event shown in trace viewer.
XEventMetadata.Builder
setDisplayNameBytes (valor com.google.protobuf.ByteString)
 Name of the event shown in trace viewer.
XEventMetadata.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
XEventMetadata.Builder
setId (valor largo)
 XPlane.event_metadata map key.
XEventMetadata.Builder
setMetadata (valor com.google.protobuf.ByteString)
 Additional metadata in serialized format.
XEventMetadata.Builder
setName (valor de cadena)
 Name of the event.
XEventMetadata.Builder
setNameBytes (valor com.google.protobuf.ByteString)
 Name of the event.
XEventMetadata.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
XEventMetadata.Builder
setStats (índice int, XStat.Builder builderForValue)
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
setStats (índice int, valor XStat )
 XStats that are constant for all XEvents with the same metadata_id.
final XEventMetadata.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

public XEventMetadata.Builder addAllStats (Iterable<? extiende los valores XStat >)

 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 XEventMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público XEventMetadata.Builder addStats (valor XStat )

 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;

público XEventMetadata.Builder addStats ( XStat.Builder builderForValue)

 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;

público XEventMetadata.Builder addStats (índice int, valor XStat )

 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;

público XEventMetadata.Builder addStats (índice int, XStat.Builder builderForValue)

 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;

público XStat.Builder addStatsBuilder (í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;

público XStat.Builder addStatsBuilder ()

 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;

compilación pública de XEventMetadata ()

compilación pública XEventMetadataPartial ()

público XEventMetadata.Builder claro ()

público XEventMetadata.Builder clearDisplayName ()

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

público XEventMetadata.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público XEventMetadata.Builder clearId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

público XEventMetadata.Builder clearMetadata ()

metadatos

 Additional metadata in serialized format.
 
bytes metadata = 3;

público XEventMetadata.Builder clearName ()

 Name of the event.
 
string name = 2;

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

público XEventMetadata.Builder clearStats ()

 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;

clon público XEventMetadata.Builder ()

público XEventMetadata getDefaultInstanceForType ()

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

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

cadena pública getDisplayName ()

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

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

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

getId público largo ()

 XPlane.event_metadata map key.
 
int64 id = 1;

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

metadatos

 Additional metadata in serialized format.
 
bytes metadata = 3;

cadena pública getName ()

 Name of the event.
 
string name = 2;

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

 Name of the event.
 
string name = 2;

getStats público XStat (í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;

público XStat.Builder getStatsBuilder (í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< XStat.Builder > getStatsBuilderList ()

 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;

público 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;

público 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;

público final booleano isInitialized ()

público XEventMetadata.Builder mergeFrom (com.google.protobuf.Message otro)

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

Lanza
IOExcepción

público final XEventMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público XEventMetadata.Builder removeStats (í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;

público XEventMetadata.Builder setDisplayName (valor de cadena)

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

público XEventMetadata.Builder setDisplayNameBytes (valor com.google.protobuf.ByteString)

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

público XEventMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público XEventMetadata.Builder setId (valor largo)

 XPlane.event_metadata map key.
 
int64 id = 1;

público XEventMetadata.Builder setMetadata (valor com.google.protobuf.ByteString)

metadatos

 Additional metadata in serialized format.
 
bytes metadata = 3;

público XEventMetadata.Builder setName (valor de cadena)

 Name of the event.
 
string name = 2;

público XEventMetadata.Builder setNameBytes (valor com.google.protobuf.ByteString)

 Name of the event.
 
string name = 2;

público XEventMetadata.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público XEventMetadata.Builder setStats (índice int, XStat.Builder builderForValue)

 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;

público XEventMetadata.Builder setStats (índice int, valor XStat )

 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;

público final XEventMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)