Class RawIndices (2.40.0)

public final class RawIndices extends GeneratedMessageV3 implements RawIndicesOrBuilder

A set of raw indices to remove from a local list.

Protobuf type google.cloud.webrisk.v1.RawIndices

Implements

RawIndicesOrBuilder

Static Fields

INDICES_FIELD_NUMBER

public static final int INDICES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RawIndices getDefaultInstance()
Returns
TypeDescription
RawIndices

getDescriptor()

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

newBuilder()

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

newBuilder(RawIndices prototype)

public static RawIndices.Builder newBuilder(RawIndices prototype)
Parameter
NameDescription
prototypeRawIndices
Returns
TypeDescription
RawIndices.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public RawIndices getDefaultInstanceForType()
Returns
TypeDescription
RawIndices

getIndices(int index)

public int getIndices(int index)

The indices to remove from a lexicographically-sorted local list.

repeated int32 indices = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The indices at the given index.

getIndicesCount()

public int getIndicesCount()

The indices to remove from a lexicographically-sorted local list.

repeated int32 indices = 1;

Returns
TypeDescription
int

The count of indices.

getIndicesList()

public List<Integer> getIndicesList()

The indices to remove from a lexicographically-sorted local list.

repeated int32 indices = 1;

Returns
TypeDescription
List<Integer>

A list containing the indices.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 RawIndices.Builder newBuilderForType()
Returns
TypeDescription
RawIndices.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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