public static final class
SummaryMetadata.PluginData
Protobuf type tensorflow.SummaryMetadata.PluginData
Nested Classes
class | SummaryMetadata.PluginData.Builder | Protobuf type tensorflow.SummaryMetadata.PluginData
|
Constants
int | CONTENT_FIELD_NUMBER | |
int | PLUGIN_NAME_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
com.google.protobuf.ByteString |
getContent()
The content to store for the plugin. |
static SummaryMetadata.PluginData | |
SummaryMetadata.PluginData | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
String |
getPluginName()
The name of the plugin this data pertains to. |
com.google.protobuf.ByteString |
getPluginNameBytes()
The name of the plugin this data pertains to. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static SummaryMetadata.PluginData.Builder |
newBuilder(SummaryMetadata.PluginData prototype)
|
static SummaryMetadata.PluginData.Builder | |
SummaryMetadata.PluginData.Builder | |
static SummaryMetadata.PluginData |
parseDelimitedFrom(InputStream input)
|
static SummaryMetadata.PluginData |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SummaryMetadata.PluginData |
parseFrom(ByteBuffer data)
|
static SummaryMetadata.PluginData |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SummaryMetadata.PluginData |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SummaryMetadata.PluginData |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static SummaryMetadata.PluginData |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SummaryMetadata.PluginData |
parseFrom(com.google.protobuf.ByteString data)
|
static SummaryMetadata.PluginData |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SummaryMetadata.PluginData |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
SummaryMetadata.PluginData.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int CONTENT_FIELD_NUMBER
Constant Value:
2
public static final int PLUGIN_NAME_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object 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 ()
public
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 ()
public final boolean isInitialized ()
public static SummaryMetadata.PluginData parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SummaryMetadata.PluginData parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SummaryMetadata.PluginData parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static SummaryMetadata.PluginData parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static SummaryMetadata.PluginData parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|