XEventMetadata.Builder

classe finale statica pubblica 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 di protocollo tensorflow.profiler.XEventMetadata

Metodi pubblici

XEventMetadata.Builder
addAllStats (Iterable<? estende XStat > valori)
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
XEventMetadata.Builder
addStats (valore 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 (indice int, valore XStat )
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
addStats (indice int, XStat.Builder builderForValue)
 XStats that are constant for all XEvents with the same metadata_id.
XStat.Builder
addStatsBuilder (indice 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
chiaro ()
XEventMetadata.Builder
clearDisplayName ()
 Name of the event shown in trace viewer.
XEventMetadata.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
XEventMetadata.Builder
IDclear ()
 XPlane.event_metadata map key.
XEventMetadata.Builder
clearMetadati ()
 Additional metadata in serialized format.
XEventMetadata.Builder
nomechiaro ()
 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
clone ()
XEventMetadata
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
Corda
getNomeVisualizzato ()
 Name of the event shown in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
lungo
getId ()
 XPlane.event_metadata map key.
com.google.protobuf.ByteString
getMetadati ()
 Additional metadata in serialized format.
Corda
getNome ()
 Name of the event.
com.google.protobuf.ByteString
getNomeBytes ()
 Name of the event.
XStat
getStats (indice int)
 XStats that are constant for all XEvents with the same metadata_id.
XStat.Builder
getStatsBuilder (indice int)
 XStats that are constant for all XEvents with the same metadata_id.
Elenco< XStat.Builder >
getStatsBuilderList ()
 XStats that are constant for all XEvents with the same metadata_id.
int
getStatsCount ()
 XStats that are constant for all XEvents with the same metadata_id.
Elenco< XStat >
getStatsList ()
 XStats that are constant for all XEvents with the same metadata_id.
XStatOrBuilder
getStatsOrBuilder (indice int)
 XStats that are constant for all XEvents with the same metadata_id.
Elenco<? estende XSstatOrBuilder >
getStatsOrBuilderList ()
 XStats that are constant for all XEvents with the same metadata_id.
booleano finale
XEventMetadata.Builder
mergeFrom (com.google.protobuf.Message altro)
XEventMetadata.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
finale XEventMetadata.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
XEventMetadata.Builder
rimuoviStats (indice int)
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
setDisplayName (valore stringa)
 Name of the event shown in trace viewer.
XEventMetadata.Builder
setDisplayNameBytes (valore com.google.protobuf.ByteString)
 Name of the event shown in trace viewer.
XEventMetadata.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
XEventMetadata.Builder
setId (valore lungo)
 XPlane.event_metadata map key.
XEventMetadata.Builder
setMetadata (valore com.google.protobuf.ByteString)
 Additional metadata in serialized format.
XEventMetadata.Builder
setName (valore stringa)
 Name of the event.
XEventMetadata.Builder
setNameBytes (valore com.google.protobuf.ByteString)
 Name of the event.
XEventMetadata.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
XEventMetadata.Builder
setStats (indice int, XStat.Builder builderForValue)
 XStats that are constant for all XEvents with the same metadata_id.
XEventMetadata.Builder
setStats (indice int, valore XStat )
 XStats that are constant for all XEvents with the same metadata_id.
finale XEventMetadata.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public XEventMetadata.Builder addAllStats (Iterable<? estende XStat > valori)

 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, valore oggetto)

public XEventMetadata.Builder addStats (valore 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 ( 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 (indice int, valore 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 (indice 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;

public XStat.Builder addStatsBuilder (indice 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 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;

build XEventMetadata pubblica ()

public XEventMetadata buildPartial ()

public XEventMetadata.Builder cancella ()

public XEventMetadata.Builder clearDisplayName ()

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

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

pubblico XEventMetadata.Builder clearId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

pubblico XEventMetadata.Builder clearMetadata ()

bytes metadata = 3;

 Additional metadata in serialized format.
 
byte = 3;

pubblico XEventMetadata.Builder clearName ()

 Name of the event.
 
string name = 2;

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

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

clone pubblico di XEventMetadata.Builder ()

pubblico XEventMetadata getDefaultInstanceForType ()

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

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

stringa pubblica getDisplayName ()

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

pubblico com.google.protobuf.ByteString getDisplayNameBytes ()

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

getId lungo pubblico ()

 XPlane.event_metadata map key.
 
int64 id = 1;

pubblico com.google.protobuf.ByteString getMetadata ()

bytes metadata = 3;

 Additional metadata in serialized format.
 
byte = 3;

stringa pubblica getName ()

 Name of the event.
 
string name = 2;

pubblico com.google.protobuf.ByteString getNameBytes ()

 Name of the event.
 
string name = 2;

pubblico XStat getStats (indice 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 (indice 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;

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

Elenco pubblico< 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 (indice 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;

Elenco pubblico<? 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;

public final booleano isInitialized ()

pubblico XEventMetadata.Builder mergeFrom (com.google.protobuf.Message altro)

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

Lancia
IOException

pubblico finale XEventMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

pubblico XEventMetadata.BuilderremoveStats ( indice 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 (valore stringa)

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

pubblico XEventMetadata.Builder setDisplayNameBytes (valore 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, valore oggetto)

pubblico XEventMetadata.Builder setId (valore lungo)

 XPlane.event_metadata map key.
 
int64 id = 1;

pubblico XEventMetadata.Builder setMetadata (valore com.google.protobuf.ByteString)

bytes metadata = 3;

 Additional metadata in serialized format.
 
byte = 3;

public XEventMetadata.Builder setName (valore stringa)

 Name of the event.
 
string name = 2;

pubblico XEventMetadata.Builder setNameBytes (valore com.google.protobuf.ByteString)

 Name of the event.
 
string name = 2;

pubblico XEventMetadata.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

pubblico XEventMetadata.Builder setStats (indice 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;

public XEventMetadata.Builder setStats (indice int, valore 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;

pubblico finale XEventMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)