SummaryMetadata.PluginData

classe final pública estática SummaryMetadata.PluginData

tensorflow.SummaryMetadata.PluginData type tensorflow.SummaryMetadata.PluginData

Classes aninhadas

aula SummaryMetadata.PluginData.Builder tensorflow.SummaryMetadata.PluginData type tensorflow.SummaryMetadata.PluginData

Constantes

int CONTENT_FIELD_NUMBER
int PLUGIN_NAME_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto 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
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.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static SummaryMetadata.PluginData.Builder
static SummaryMetadata.PluginData.Builder
SummaryMetadata.PluginData.Builder
static SummaryMetadata.PluginData
parseDelimitedFrom (input InputStream)
static SummaryMetadata.PluginData
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SummaryMetadata.PluginData
parseFrom (dados ByteBuffer)
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)
estático
SummaryMetadata.PluginData.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int CONTENT_FIELD_NUMBER

Valor constante: 2

public static final int PLUGIN_NAME_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

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 SummaryMetadata.PluginData getDefaultInstance ()

public SummaryMetadata.PluginData getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público 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.Builder newBuilder (protótipo SummaryMetadata.PluginData )

public static SummaryMetadata.PluginData.Builder newBuilder ()

public SummaryMetadata.PluginData.Builder newBuilderForType ()

public static SummaryMetadata.PluginData parseDelimitedFrom (InputStream input)

Lança
IOException

public static SummaryMetadata.PluginData parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SummaryMetadata.PluginData parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SummaryMetadata.PluginData parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static SummaryMetadata.PluginData parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static SummaryMetadata.PluginData parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SummaryMetadata.PluginData parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException