BytesList

public final class BytesList

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

Nested Classes

class BytesList.Builder
 Containers to hold repeated fundamental values. 

Constants

int VALUE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static BytesList
BytesList
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
com.google.protobuf.ByteString
getValue(int index)
repeated bytes value = 1;
int
getValueCount()
repeated bytes value = 1;
List<ByteString>
getValueList()
repeated bytes value = 1;
int
final boolean
static BytesList.Builder
newBuilder(BytesList prototype)
static BytesList.Builder
BytesList.Builder
static BytesList
parseDelimitedFrom(InputStream input)
static BytesList
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BytesList
parseFrom(ByteBuffer data)
static BytesList
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BytesList
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BytesList
parseFrom(com.google.protobuf.CodedInputStream input)
static BytesList
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BytesList
parseFrom(com.google.protobuf.ByteString data)
static BytesList
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BytesList
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
BytesList.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int VALUE_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static BytesList getDefaultInstance ()

public BytesList getDefaultInstanceForType ()

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

public getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public com.google.protobuf.ByteString getValue (int index)

repeated bytes value = 1;

public int getValueCount ()

repeated bytes value = 1;

public List<ByteString> getValueList ()

repeated bytes value = 1;

public int hashCode ()

public final boolean isInitialized ()

public static BytesList.Builder newBuilder (BytesList prototype)

public static BytesList.Builder newBuilder ()

public BytesList.Builder newBuilderForType ()

public static BytesList parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static BytesList parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static BytesList parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public BytesList.Builder toBuilder ()

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

Throws
IOException