public static interface ProcessOptions.IndividualPageSelectorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPages(int index)
public abstract int getPages(int index)
Optional. Indices of the pages (starting from 1).
repeated int32 pages = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
int |
The pages at the given index. |
getPagesCount()
public abstract int getPagesCount()
Optional. Indices of the pages (starting from 1).
repeated int32 pages = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of pages. |
getPagesList()
public abstract List<Integer> getPagesList()
Optional. Indices of the pages (starting from 1).
repeated int32 pages = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the pages. |