public interface PageDataOrBuilder
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.
|
com.google.protobuf.BoolValue |
getMoreResults()
More results remaining after current page.
|
com.google.protobuf.BoolValueOrBuilder |
getMoreResultsOrBuilder()
More results remaining after current page.
|
com.google.protobuf.Int64Value |
getTotalResultCount()
Total results matching.
|
com.google.protobuf.Int64ValueOrBuilder |
getTotalResultCountOrBuilder()
Total results matching.
|
boolean |
hasFirstResult()
First result offset.
|
boolean |
hasMaxResults()
Maximum results to return.
|
boolean |
hasMoreResults()
More results remaining after current page.
|
boolean |
hasTotalResultCount()
Total results matching.
|
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;boolean hasTotalResultCount()
Total results matching.
.google.protobuf.Int64Value total_result_count = 3;com.google.protobuf.Int64Value getTotalResultCount()
Total results matching.
.google.protobuf.Int64Value total_result_count = 3;com.google.protobuf.Int64ValueOrBuilder getTotalResultCountOrBuilder()
Total results matching.
.google.protobuf.Int64Value total_result_count = 3;boolean hasMoreResults()
More results remaining after current page.
.google.protobuf.BoolValue more_results = 4;com.google.protobuf.BoolValue getMoreResults()
More results remaining after current page.
.google.protobuf.BoolValue more_results = 4;com.google.protobuf.BoolValueOrBuilder getMoreResultsOrBuilder()
More results remaining after current page.
.google.protobuf.BoolValue more_results = 4;Copyright © 2020. All rights reserved.