Interface ProcessOptions.IndividualPageSelectorOrBuilder (2.45.0)

public static interface ProcessOptions.IndividualPageSelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<Integer>

A list containing the pages.