XStatMetadataOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
XStatMetadata |
Metadata for an XStat, corresponds to a stat type and is shared by all
XStats with the same metadata_id. |
XStatMetadata.Builder |
Metadata for an XStat, corresponds to a stat type and is shared by all
XStats with the same metadata_id. |
|
Public Methods
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
long
|
getId()
XPlane.stat_metadata map key.
|
abstract
String
|
getName()
Name of the stat (should be short).
|
abstract
com.google.protobuf.ByteString
|
|
Public Methods
public
abstract
String
getDescription
()
Description of the stat (might be long).
string description = 3;
public
abstract
com.google.protobuf.ByteString
getDescriptionBytes
()
Description of the stat (might be long).
string description = 3;
public
abstract
long
getId
()
XPlane.stat_metadata map key.
int64 id = 1;
public
abstract
String
getName
()
Name of the stat (should be short).
Two XStatMetadata with different id should have different names.
string name = 2;
public
abstract
com.google.protobuf.ByteString
getNameBytes
()
Name of the stat (should be short).
Two XStatMetadata with different id should have different names.
string name = 2;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# XStatMetadataOrBuilder\n\npublic interface **XStatMetadataOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [XStatMetadata](/jvm/api_docs/java/org/tensorflow/proto/profiler/XStatMetadata), [XStatMetadata.Builder](/jvm/api_docs/java/org/tensorflow/proto/profiler/XStatMetadata.Builder) |-------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------| | [XStatMetadata](/jvm/api_docs/java/org/tensorflow/proto/profiler/XStatMetadata) | ``` Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. ``` | | [XStatMetadata.Builder](/jvm/api_docs/java/org/tensorflow/proto/profiler/XStatMetadata.Builder) | ``` Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getDescription](/jvm/api_docs/java/org/tensorflow/proto/profiler/XStatMetadataOrBuilder#getDescription())() ``` Description of the stat (might be long). ``` |\n| abstract com.google.protobuf.ByteString | [getDescriptionBytes](/jvm/api_docs/java/org/tensorflow/proto/profiler/XStatMetadataOrBuilder#getDescriptionBytes())() ``` Description of the stat (might be long). ``` |\n| abstract long | [getId](/jvm/api_docs/java/org/tensorflow/proto/profiler/XStatMetadataOrBuilder#getId())() ``` XPlane.stat_metadata map key. ``` |\n| abstract String | [getName](/jvm/api_docs/java/org/tensorflow/proto/profiler/XStatMetadataOrBuilder#getName())() ``` Name of the stat (should be short). ``` |\n| abstract com.google.protobuf.ByteString | [getNameBytes](/jvm/api_docs/java/org/tensorflow/proto/profiler/XStatMetadataOrBuilder#getNameBytes())() ``` Name of the stat (should be short). ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getDescription**\n()\n\n\u003cbr /\u003e\n\n```\n Description of the stat (might be long).\n \n```\n`string description = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getDescriptionBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Description of the stat (might be long).\n \n```\n`string description = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getId**\n()\n\n\u003cbr /\u003e\n\n```\n XPlane.stat_metadata map key.\n \n```\n`int64 id = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the stat (should be short).\n Two XStatMetadata with different id should have different names.\n \n```\n`string name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the stat (should be short).\n Two XStatMetadata with different id should have different names.\n \n```\n`string name = 2;`\n\n\u003cbr /\u003e"]]