BytesList

classe final pública BytesList

 Containers to hold repeated fundamental values.
 
Protobuf tipo tensorflow.BytesList

Classes aninhadas

aula BytesList.Builder
 Containers to hold repeated fundamental values. 

Constantes

interno VALUE_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
Lista de bytes estática
Lista de Bytes
final estático com.google.protobuf.Descriptors.Descriptor
interno
final com.google.protobuf.UnknownFieldSet
com.google.protobuf.ByteString
getValue (índice interno)
repeated bytes value = 1;
interno
getValueCount ()
repeated bytes value = 1;
Lista<ByteString>
getValueList ()
repeated bytes value = 1;
interno
booleano final
BytesList.Builder estático
newBuilder (protótipo BytesList )
BytesList.Builder estático
BytesList.Builder
Lista de bytes estática
parseDelimitedFrom (entrada InputStream)
Lista de bytes estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de bytes estática
parseFrom (dados de ByteBuffer)
Lista de bytes estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de bytes estática
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de bytes estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
Lista de bytes estática
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de bytes estática
parseFrom (dados com.google.protobuf.ByteString)
Lista de bytes estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lista de bytes estática
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
BytesList.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

int final estático público VALUE_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

BytesList estático público getDefaultInstance ()

Public BytesList getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

público com.google.protobuf.ByteString getValue (índice int)

repeated bytes value = 1;

público int getValueCount ()

repeated bytes value = 1;

lista pública<ByteString> getValueList ()

repeated bytes value = 1;

hashCode int público ()

público final booleano isInitialized ()

public static BytesList.Builder newBuilder (protótipo BytesList )

BytesList.Builder estático público newBuilder ()

BytesList.Builder público newBuilderForType ()

public static BytesList parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static BytesList parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static BytesList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static BytesList parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static BytesList parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static BytesList parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static BytesList parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

BytesList estático público parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static BytesList parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static BytesList parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

BytesList.Builder público paraBuilder ()

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

Lança
IOException