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 de tensorflow.profiler.XEventMetadata

Métodos públicos

XEventMetadata.Builder
addAllStats (Iterable <? extiende XStat > valores)
 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 builderForValue)
 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
addStatsBuilder ()
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata
XEventMetadata
XEventMetadata.Builder
claro ()
XEventMetadata.Builder
clearDisplayName ()
 Name of the event shown in trace viewer.
XEventMetadata.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
XEventMetadata.Builder
clearId ()
 XPlane.event_metadata map key.
XEventMetadata.Builder
clearMetadata ()
 Additional metadata in serialized format.
XEventMetadata.Builder
clearName ()
 Name of the event.
XEventMetadata.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XEventMetadata.Builder
clearStats ()
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
clonar ()
XEventMetadata
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
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.
XStat
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 >
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.
booleano final
XEventMetadata.Builder
mergeFrom (com.google.protobuf.Message otro)
XEventMetadata.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
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 de 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 de com.google.protobuf.ByteString)
 Additional metadata in serialized format.
XEventMetadata.Builder
setName (valor de cadena)
 Name of the event.
XEventMetadata.Builder
setNameBytes (valor de 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.
XEventMetadata.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public XEventMetadata.Builder addAllStats ( valores Iterable <? extiende 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)

public 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ública 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;

public XEventMetadata.Builder addStats (int index, 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 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ública XEventMetadata build ()

public XEventMetadata buildPartial ()

public XEventMetadata.Builder clear ()

public XEventMetadata.Builder clearDisplayName ()

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

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

public XEventMetadata.Builder clearId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

public XEventMetadata.Builder clearMetadata ()

 Additional metadata in serialized format.
 
bytes metadata = 3;

public XEventMetadata.Builder clearName ()

 Name of the event.
 
string name = 2;

public XEventMetadata.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public 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;

public XEventMetadata.Builder clone ()

public XEventMetadata getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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;

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 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;

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

public XEventMetadata.Builder mergeFrom (com.google.protobuf.Message other)

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

Lanza
IOException

public final XEventMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public 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;

public XEventMetadata.Builder setDisplayName (valor de cadena)

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

public XEventMetadata.Builder setDisplayNameBytes (valor de com.google.protobuf.ByteString)

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

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

public XEventMetadata.Builder setId (valor largo)

 XPlane.event_metadata map key.
 
int64 id = 1;

public XEventMetadata.Builder setMetadata (valor com.google.protobuf.ByteString)

 Additional metadata in serialized format.
 
bytes metadata = 3;

public XEventMetadata.Builder setName (valor de cadena)

 Name of the event.
 
string name = 2;

public XEventMetadata.Builder setNameBytes (valor de com.google.protobuf.ByteString)

 Name of the event.
 
string name = 2;

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

public XEventMetadata.Builder setStats (int index, 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 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 unknownFields)