SummaryMetadata.PluginData.Builder

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

Protobuf tipo tensorflow.SummaryMetadata.PluginData

Métodos públicos

SummaryMetadata.PluginData.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SummaryMetadata.PluginData
SummaryMetadata.PluginData
SummaryMetadata.PluginData.Builder
claro ()
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
clonar ()
com.google.protobuf.ByteString
getContent ()
 The content to store for the plugin.
SummaryMetadata.PluginData
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getPluginName ()
 The name of the plugin this data pertains to.
com.google.protobuf.ByteString
getPluginNameBytes ()
 The name of the plugin this data pertains to.
booleano final
SummaryMetadata.PluginData.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SummaryMetadata.PluginData.Builder
mergeFrom (com.google.protobuf.Message otro)
SummaryMetadata.PluginData.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SummaryMetadata.PluginData.Builder
setContent (valor com.google.protobuf.ByteString)
 The content to store for the plugin.
SummaryMetadata.PluginData.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SummaryMetadata.PluginData.Builder
setPluginName (valor de cadena)
 The name of the plugin this data pertains to.
SummaryMetadata.PluginData.Builder
setPluginNameBytes (valor de com.google.protobuf.ByteString)
 The name of the plugin this data pertains to.
SummaryMetadata.PluginData.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
SummaryMetadata.PluginData.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public SummaryMetadata.PluginData.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del 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 ()

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

público estático 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 (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

SummaryMetadata.PluginData.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SummaryMetadata.PluginData.Builder setContent (valor de com.google.protobuf.ByteString)

 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 del objeto)

public SummaryMetadata.PluginData.Builder setPluginName (valor de cadena)

 The name of the plugin this data pertains to.
 
string plugin_name = 1;

public SummaryMetadata.PluginData.Builder setPluginNameBytes (valor de com.google.protobuf.ByteString)

 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 del objeto)

público final SummaryMetadata.PluginData.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)