public static interface ProcessOptions.IndividualPageSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPages(int index)
Optional.
|
int |
getPagesCount()
Optional.
|
List<Integer> |
getPagesList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Integer> getPagesList()
Optional. Indices of the pages (starting from 1).
repeated int32 pages = 1 [(.google.api.field_behavior) = OPTIONAL];int getPagesCount()
Optional. Indices of the pages (starting from 1).
repeated int32 pages = 1 [(.google.api.field_behavior) = OPTIONAL];int getPages(int index)
Optional. Indices of the pages (starting from 1).
repeated int32 pages = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.Copyright © 2024 Google LLC. All rights reserved.