public static Final class SummaryMetadata.PluginData
Protobuf 型tensorflow.SummaryMetadata.PluginData
ネストされたクラス
クラス | SummaryMetadata.PluginData.Builder | Protobuf 型tensorflow.SummaryMetadata.PluginData |
定数
整数 | CONTENT_FIELD_NUMBER | |
整数 | PLUGIN_NAME_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
com.google.protobuf.ByteString | getContent () The content to store for the plugin. |
静的SummaryMetadata.PluginData | |
SummaryMetadata.PluginData | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | getプラグイン名() The name of the plugin this data pertains to. |
com.google.protobuf.ByteString | getPluginNameBytes () The name of the plugin this data pertains to. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的SummaryMetadata.PluginData.Builder | newBuilder ( SummaryMetadata.PluginDataプロトタイプ) |
静的SummaryMetadata.PluginData.Builder | newBuilder () |
SummaryMetadata.PluginData.Builder | |
静的SummaryMetadata.PluginData | parseDelimitedFrom (InputStream 入力) |
静的SummaryMetadata.PluginData | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SummaryMetadata.PluginData | parseFrom (ByteBuffer データ) |
静的SummaryMetadata.PluginData | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SummaryMetadata.PluginData | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SummaryMetadata.PluginData | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的SummaryMetadata.PluginData | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SummaryMetadata.PluginData | parseFrom (com.google.protobuf.ByteString データ) |
静的SummaryMetadata.PluginData | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的なSummaryMetadata.PluginData | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
SummaryMetadata.PluginData.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
public static Final int CONTENT_FIELD_NUMBER
定数値: 2
パブリック静的最終整数PLUGIN_NAME_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public com.google.protobuf.ByteString getContent ()
The content to store for the plugin. The best practice is for this to be a binary serialized protocol buffer.
bytes content = 2;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
公共 getParserForType ()
public String getPluginName ()
The name of the plugin this data pertains to.
string plugin_name = 1;
public com.google.protobuf.ByteString getPluginNameBytes ()
The name of the plugin this data pertains to.
string plugin_name = 1;
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static SummaryMetadata.PluginData parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SummaryMetadata.PluginData parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.CodedInputStream 入力)
投げる
IO例外 |
---|
public static SummaryMetadata.PluginData parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.ByteString データ)
投げる
無効なプロトコルバッファ例外 |
---|
public static SummaryMetadata.PluginData parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|