public static final class
SummaryMetadata.PluginData.Builder
Protobuf type tensorflow.SummaryMetadata.PluginData
Public Methods
SummaryMetadata.PluginData.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
SummaryMetadata.PluginData |
build()
|
SummaryMetadata.PluginData | |
SummaryMetadata.PluginData.Builder |
clear()
|
SummaryMetadata.PluginData.Builder |
clearContent()
The content to store for the plugin. |
SummaryMetadata.PluginData.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
SummaryMetadata.PluginData.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
SummaryMetadata.PluginData.Builder |
clearPluginName()
The name of the plugin this data pertains to. |
SummaryMetadata.PluginData.Builder |
clone()
|
com.google.protobuf.ByteString |
getContent()
The content to store for the plugin. |
SummaryMetadata.PluginData | |
final static com.google.protobuf.Descriptors.Descriptor | |
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. |
final boolean | |
SummaryMetadata.PluginData.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
SummaryMetadata.PluginData.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final SummaryMetadata.PluginData.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
SummaryMetadata.PluginData.Builder |
setContent(com.google.protobuf.ByteString value)
The content to store for the plugin. |
SummaryMetadata.PluginData.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
SummaryMetadata.PluginData.Builder |
setPluginName(String value)
The name of the plugin this data pertains to. |
SummaryMetadata.PluginData.Builder |
setPluginNameBytes(com.google.protobuf.ByteString value)
The name of the plugin this data pertains to. |
SummaryMetadata.PluginData.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final SummaryMetadata.PluginData.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public SummaryMetadata.PluginData.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SummaryMetadata.PluginData.Builder clearContent ()
The content to store for the plugin. The best practice is for this to be a binary serialized protocol buffer.
bytes content = 2;
public SummaryMetadata.PluginData.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public SummaryMetadata.PluginData.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public SummaryMetadata.PluginData.Builder clearPluginName ()
The name of the plugin this data pertains to.
string plugin_name = 1;
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 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 final boolean isInitialized ()
public SummaryMetadata.PluginData.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final SummaryMetadata.PluginData.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SummaryMetadata.PluginData.Builder setContent (com.google.protobuf.ByteString value)
The content to store for the plugin. The best practice is for this to be a binary serialized protocol buffer.
bytes content = 2;
public SummaryMetadata.PluginData.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SummaryMetadata.PluginData.Builder setPluginName (String value)
The name of the plugin this data pertains to.
string plugin_name = 1;
public SummaryMetadata.PluginData.Builder setPluginNameBytes (com.google.protobuf.ByteString value)
The name of the plugin this data pertains to.
string plugin_name = 1;