パブリック静的最終クラスXStatMetadata.Builder
Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. Next ID: 4
tensorflow.profiler.XStatMetadata
パブリックメソッド
XStMetadata.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
XStatメタデータ | 建てる() |
XStatメタデータ | buildPartial () |
XStMetadata.Builder | クリア() |
XStMetadata.Builder | クリア説明() Description of the stat (might be long). |
XStMetadata.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
XStMetadata.Builder | クリアID () XPlane.stat_metadata map key. |
XStMetadata.Builder | クリアネーム() Name of the stat (should be short). |
XStMetadata.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
XStMetadata.Builder | クローン() |
XStatメタデータ | |
弦 | get説明() Description of the stat (might be long). |
com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
長さ | getId () XPlane.stat_metadata map key. |
弦 | getName () Name of the stat (should be short). |
com.google.protobuf.ByteString | getNameBytes () Name of the stat (should be short). |
最終ブール値 | |
XStMetadata.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XStMetadata.Builder | mergeFrom (com.google.protobuf.Message other) |
最終的なXStMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
XStMetadata.Builder | setDescription (文字列値) Description of the stat (might be long). |
XStMetadata.Builder | setDescriptionBytes (com.google.protobuf.ByteString 値) Description of the stat (might be long). |
XStMetadata.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
XStMetadata.Builder | setId (長い値) XPlane.stat_metadata map key. |
XStMetadata.Builder | setName (文字列値) Name of the stat (should be short). |
XStMetadata.Builder | setNameBytes (com.google.protobuf.ByteString 値) Name of the stat (should be short). |
XStMetadata.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
最終的なXStMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public XStMetadata.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public XStMetadata.Builder clearDescription ()
Description of the stat (might be long).
string description = 3;
public XStMetadata.Builder clearName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
public String getDescription ()
Description of the stat (might be long).
string description = 3;
public com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public long getId ()
XPlane.stat_metadata map key.
int64 id = 1;
public String getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
public com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
パブリック最終ブール値isInitialized ()
public XStatMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public Final XStatMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public XStMetadata.Builder setDescription (文字列値)
Description of the stat (might be long).
string description = 3;
public XStMetadata.Builder setDescriptionBytes (com.google.protobuf.ByteString 値)
Description of the stat (might be long).
string description = 3;
public XStMetadata.Builder setName (文字列値)
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
public XStMetadata.Builder setNameBytes (com.google.protobuf.ByteString 値)
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;