SummaryMetadata.PluginData.Builder

classe final pública estática SummaryMetadata.PluginData.Builder

tensorflow.SummaryMetadata.PluginData type tensorflow.SummaryMetadata.PluginData

Métodos Públicos

SummaryMetadata.PluginData.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SummaryMetadata.PluginData
build ()
SummaryMetadata.PluginData
SummaryMetadata.PluginData.Builder
limpar ()
SummaryMetadata.PluginData.Builder
clearContent ()
 The content to store for the plugin.
SummaryMetadata.PluginData.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
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
Fragmento
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 booleano
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SummaryMetadata.PluginData.Builder
setPluginName (valor String)
 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final SummaryMetadata.PluginData.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public SummaryMetadata.PluginData.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public SummaryMetadata.PluginData build ()

public SummaryMetadata.PluginData buildPartial ()

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 (campo com.google.protobuf.Descriptors.FieldDescriptor)

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 ()

Conteúdo de

 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 getDefaultInstanceForType ()

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)

Lança
IOException

public SummaryMetadata.PluginData.Builder mergeFrom (com.google.protobuf.Message other)

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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

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;

public SummaryMetadata.PluginData.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final SummaryMetadata.PluginData.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)