public static final class RawIndices.Builder extends GeneratedMessage.Builder<RawIndices.Builder> implements RawIndicesOrBuilderA set of raw indices to remove from a local list.
Protobuf type google.cloud.webrisk.v1.RawIndices
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RawIndices.BuilderImplements
RawIndicesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllIndices(Iterable<? extends Integer> values)
public RawIndices.Builder addAllIndices(Iterable<? extends Integer> values)The indices to remove from a lexicographically-sorted local list.
repeated int32 indices = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends java.lang.Integer>The indices to add. |
| Returns | |
|---|---|
| Type | Description |
RawIndices.Builder |
This builder for chaining. |
addIndices(int value)
public RawIndices.Builder addIndices(int value)The indices to remove from a lexicographically-sorted local list.
repeated int32 indices = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe indices to add. |
| Returns | |
|---|---|
| Type | Description |
RawIndices.Builder |
This builder for chaining. |
build()
public RawIndices build()| Returns | |
|---|---|
| Type | Description |
RawIndices |
|
buildPartial()
public RawIndices buildPartial()| Returns | |
|---|---|
| Type | Description |
RawIndices |
|
clear()
public RawIndices.Builder clear()| Returns | |
|---|---|
| Type | Description |
RawIndices.Builder |
|
clearIndices()
public RawIndices.Builder clearIndices()The indices to remove from a lexicographically-sorted local list.
repeated int32 indices = 1;
| Returns | |
|---|---|
| Type | Description |
RawIndices.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public RawIndices getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RawIndices |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
intThe 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RawIndices.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RawIndices.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RawIndices.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RawIndices.Builder |
|
mergeFrom(RawIndices other)
public RawIndices.Builder mergeFrom(RawIndices other)| Parameter | |
|---|---|
| Name | Description |
other |
RawIndices |
| Returns | |
|---|---|
| Type | Description |
RawIndices.Builder |
|
setIndices(int index, int value)
public RawIndices.Builder setIndices(int index, int value)The indices to remove from a lexicographically-sorted local list.
repeated int32 indices = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
intThe indices to set. |
| Returns | |
|---|---|
| Type | Description |
RawIndices.Builder |
This builder for chaining. |