BytesList

classe finale pubblica BytesList

 Containers to hold repeated fundamental values.
 
Tipo protobuf tensorflow.BytesList

Classi nidificate

classe BytesList.Builder
 Containers to hold repeated fundamental values. 

Costanti

int VALUE_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
BytesList statico
Elenco byte
com.google.protobuf.Descriptors.Descriptor statico finale
int
finale com.google.protobuf.UnknownFieldSet
com.google.protobuf.ByteString
getValue (indice int)
repeated bytes value = 1;
int
getValueCount ()
repeated bytes value = 1;
Elenco<ByteString>
getValueList ()
repeated bytes value = 1;
int
booleano finale
BytesList.Builder statico
newBuilder (prototipo BytesList )
BytesList.Builder statico
BytesList.Builder
BytesList statico
parseDelimitedFrom (input InputStream)
BytesList statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BytesList statico
parseFrom (dati ByteBuffer)
BytesList statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
BytesList statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BytesList statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
BytesList statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BytesList statico
parseFrom (dati com.google.protobuf.ByteString)
BytesList statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BytesList statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
BytesList.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int VALUE_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

BytesList statico pubblico getDefaultInstance ()

public BytesList getDefaultInstanceForType ()

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

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

pubblico com.google.protobuf.ByteString getValue (indice int)

repeated bytes value = 1;

public int getValueCount ()

repeated bytes value = 1;

elenco pubblico<ByteString> getValueList ()

repeated bytes value = 1;

public int hashCode ()

public final booleano isInitialized ()

public static BytesList.Builder newBuilder (prototipo BytesList )

pubblico statico BytesList.Builder newBuilder ()

public BytesList.Builder newBuilderForType ()

public static BytesList parseDelimitedFrom (input InputStream)

Lancia
IOException

BytesList statico pubblico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico BytesList (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

BytesList statico pubblico parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico BytesList (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico BytesList (input com.google.protobuf.CodedInputStream)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico BytesList (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico BytesList (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

BytesList statico pubblico parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public BytesList.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException