classe 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
tensorflow.profiler.XEventMetadata
Métodos Públicos
XEventMetadata.Builder | addAllStats (Iterable<? estende valores XStat >) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
XEventMetadata.Builder | |
XEventMetadata.Builder | addStats ( XStat.Builder construtorForValue) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | |
XEventMetadata.Builder | addStats (índice int, XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | addStatsBuilder (índice interno) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | addStatsBuilder () XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadados | construir () |
XEventMetadados | |
XEventMetadata.Builder | claro () |
XEventMetadata.Builder | limparNomeDisplay () Name of the event shown in trace viewer. |
XEventMetadata.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
XEventMetadata.Builder | limparId () XPlane.event_metadata map key. |
XEventMetadata.Builder | limparMetadados () Additional metadata in serialized format. |
XEventMetadata.Builder | limparNome () Name of the event. |
XEventMetadata.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
XEventMetadata.Builder | limparEstats () XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | clonar () |
XEventMetadados | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getDisplayName () Name of the event shown in trace viewer. |
com.google.protobuf.ByteString | getDisplayNameBytes () Name of the event shown in trace viewer. |
longo | getId () XPlane.event_metadata map key. |
com.google.protobuf.ByteString | getMetadata () Additional metadata in serialized format. |
Corda | getNome () Name of the event. |
com.google.protobuf.ByteString | getNomeBytes () Name of the event. |
XStat | getStats (índice interno) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | getStatsBuilder (índice interno) 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. |
interno | 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 interno) XStats that are constant for all XEvents with the same metadata_id. |
Lista<? estende XStatOrBuilder > | getStatsOrBuilderList () XStats that are constant for all XEvents with the same metadata_id. |
booleano final | |
XEventMetadata.Builder | mergeFrom (com.google.protobuf.Message outro) |
XEventMetadata.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
final XEventMetadata.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
XEventMetadata.Builder | removeStats (índice interno) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | setDisplayName (valor da string) 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 do objeto) |
XEventMetadata.Builder | setId (valor longo) XPlane.event_metadata map key. |
XEventMetadata.Builder | setMetadata (valor com.google.protobuf.ByteString) Additional metadata in serialized format. |
XEventMetadata.Builder | setName (valor da string) 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 do objeto) |
XEventMetadata.Builder | setStats (índice int, XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | |
final XEventMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public XEventMetadata.Builder addAllStats (Iterable<? estende XStat > valores)
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 do 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;
public 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;
público XEventMetadata.Builder clearDisplayName ()
Name of the event shown in trace viewer.
string display_name = 4;
público XEventMetadata.Builder clearMetadata ()
Additional metadata in serialized format.
bytes metadata = 3;
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;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
String 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;
público longo getId ()
XPlane.event_metadata map key.
int64 id = 1;
público com.google.protobuf.ByteString getMetadata ()
Additional metadata in serialized format.
bytes metadata = 3;
String pública getNome ()
Name of the event.
string name = 2;
público com.google.protobuf.ByteString getNameBytes ()
Name of the event.
string name = 2;
público XStat getStats (índice interno)
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<? estende 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 ()
public XEventMetadata.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
final público XEventMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
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 da string)
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;
public XEventMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público XEventMetadata.Builder setMetadata (valor com.google.protobuf.ByteString)
Additional metadata in serialized format.
bytes metadata = 3;
público XEventMetadata.Builder setNameBytes (valor com.google.protobuf.ByteString)
Name of the event.
string name = 2;
public XEventMetadata.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do 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;