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
Static Fields
INDICES_FIELD_NUMBER
public static final int INDICES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RawIndices getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RawIndices.Builder newBuilder()
Returns
newBuilder(RawIndices prototype)
public static RawIndices.Builder newBuilder(RawIndices prototype)
Parameter
Returns
public static RawIndices parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RawIndices parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RawIndices parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RawIndices parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RawIndices parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RawIndices parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RawIndices parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RawIndices parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RawIndices parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RawIndices parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RawIndices parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RawIndices parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RawIndices> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public RawIndices getDefaultInstanceForType()
Returns
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
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RawIndices.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RawIndices.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RawIndices.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions