Class IntegerArray (0.37.0)

public final class IntegerArray extends GeneratedMessageV3 implements IntegerArrayOrBuilder

Integer values.

Protobuf type google.cloud.contentwarehouse.v1.IntegerArray

Static Fields

VALUES_FIELD_NUMBER

public static final int VALUES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static IntegerArray getDefaultInstance()
Returns
TypeDescription
IntegerArray

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static IntegerArray.Builder newBuilder()
Returns
TypeDescription
IntegerArray.Builder

newBuilder(IntegerArray prototype)

public static IntegerArray.Builder newBuilder(IntegerArray prototype)
Parameter
NameDescription
prototypeIntegerArray
Returns
TypeDescription
IntegerArray.Builder

parseDelimitedFrom(InputStream input)

public static IntegerArray parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IntegerArray parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static IntegerArray parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IntegerArray parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IntegerArray parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IntegerArray parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IntegerArray parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IntegerArray parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static IntegerArray parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IntegerArray parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static IntegerArray parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IntegerArray parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerArray
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<IntegerArray> parser()
Returns
TypeDescription
Parser<IntegerArray>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public IntegerArray getDefaultInstanceForType()
Returns
TypeDescription
IntegerArray

getParserForType()

public Parser<IntegerArray> getParserForType()
Returns
TypeDescription
Parser<IntegerArray>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValues(int index)

public int getValues(int index)

List of integer values.

repeated int32 values = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The values at the given index.

getValuesCount()

public int getValuesCount()

List of integer values.

repeated int32 values = 1;

Returns
TypeDescription
int

The count of values.

getValuesList()

public List<Integer> getValuesList()

List of integer values.

repeated int32 values = 1;

Returns
TypeDescription
List<Integer>

A list containing the values.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public IntegerArray.Builder newBuilderForType()
Returns
TypeDescription
IntegerArray.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IntegerArray.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
IntegerArray.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public IntegerArray.Builder toBuilder()
Returns
TypeDescription
IntegerArray.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException