public interface PageSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Int64Value |
getFirstResult()
First result offset.
|
com.google.protobuf.Int64ValueOrBuilder |
getFirstResultOrBuilder()
First result offset.
|
com.google.protobuf.Int32Value |
getMaxResults()
Maximum results to return.
|
com.google.protobuf.Int32ValueOrBuilder |
getMaxResultsOrBuilder()
Maximum results to return.
|
boolean |
hasFirstResult()
First result offset.
|
boolean |
hasMaxResults()
Maximum results to return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFirstResult()
First result offset. Zero based.
.google.protobuf.Int64Value first_result = 1;com.google.protobuf.Int64Value getFirstResult()
First result offset. Zero based.
.google.protobuf.Int64Value first_result = 1;com.google.protobuf.Int64ValueOrBuilder getFirstResultOrBuilder()
First result offset. Zero based.
.google.protobuf.Int64Value first_result = 1;boolean hasMaxResults()
Maximum results to return.
.google.protobuf.Int32Value max_results = 2;com.google.protobuf.Int32Value getMaxResults()
Maximum results to return.
.google.protobuf.Int32Value max_results = 2;com.google.protobuf.Int32ValueOrBuilder getMaxResultsOrBuilder()
Maximum results to return.
.google.protobuf.Int32Value max_results = 2;Copyright © 2020. All rights reserved.