Int64List

public final class Int64List

Protobuf type tensorflow.Int64List

Nested Classes

class Int64List.Builder Protobuf type tensorflow.Int64List  

Constants

int VALUE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static Int64List
Int64List
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
long
getValue(int index)
repeated int64 value = 1 [packed = true];
int
getValueCount()
repeated int64 value = 1 [packed = true];
List<Long>
getValueList()
repeated int64 value = 1 [packed = true];
int
final boolean
static Int64List.Builder
newBuilder(Int64List prototype)
static Int64List.Builder
Int64List.Builder
static Int64List
parseDelimitedFrom(InputStream input)
static Int64List
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64List
parseFrom(ByteBuffer data)
static Int64List
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64List
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64List
parseFrom(com.google.protobuf.CodedInputStream input)
static Int64List
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64List
parseFrom(com.google.protobuf.ByteString data)
static Int64List
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64List
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
Int64List.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 Int64List getDefaultInstance ()

public Int64List getDefaultInstanceForType ()

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

public getParserForType ()

public int getSerializedSize ()

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

public long getValue (int index)

repeated int64 value = 1 [packed = true];

public int getValueCount ()

repeated int64 value = 1 [packed = true];

public List<Long> getValueList ()

repeated int64 value = 1 [packed = true];

public int hashCode ()

public final boolean isInitialized ()

public static Int64List.Builder newBuilder (Int64List prototype)

public static Int64List.Builder newBuilder ()

public Int64List.Builder newBuilderForType ()

public static Int64List parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static Int64List parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public Int64List.Builder toBuilder ()

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

Throws
IOException