Class RawIndices (2.41.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
Type Description
int

Static Methods

getDefaultInstance()

public static RawIndices getDefaultInstance()
Returns
Type Description
RawIndices

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RawIndices.Builder newBuilder()
Returns
Type Description
RawIndices.Builder

newBuilder(RawIndices prototype)

public static RawIndices.Builder newBuilder(RawIndices prototype)
Parameter
Name Description
prototype RawIndices
Returns
Type Description
RawIndices.Builder

parseDelimitedFrom(InputStream input)

public static RawIndices parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RawIndices
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RawIndices parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RawIndices
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RawIndices parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RawIndices
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RawIndices parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RawIndices
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RawIndices parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RawIndices
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RawIndices parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RawIndices
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RawIndices parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RawIndices
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RawIndices parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RawIndices
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RawIndices parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RawIndices
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RawIndices parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RawIndices
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RawIndices parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RawIndices
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RawIndices parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RawIndices
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RawIndices> parser()
Returns
Type Description
Parser<RawIndices>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RawIndices getDefaultInstanceForType()
Returns
Type Description
RawIndices

getIndices(int index)

public int getIndices(int index)

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

repeated int32 indices = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Type Description
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
Type Description
List<Integer>

A list containing the indices.

getParserForType()

public Parser<RawIndices> getParserForType()
Returns
Type Description
Parser<RawIndices>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RawIndices.Builder newBuilderForType()
Returns
Type Description
RawIndices.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RawIndices.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RawIndices.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RawIndices.Builder toBuilder()
Returns
Type Description
RawIndices.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException