public static final class PaginationResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PaginationResponse.Builder> implements PaginationResponseOrBuilder
Pagination responseProtobuf type
aserto.directory.common.v2.PaginationResponse| Modifier and Type | Method and Description |
|---|---|
PaginationResponse |
build() |
PaginationResponse |
buildPartial() |
PaginationResponse.Builder |
clear() |
PaginationResponse.Builder |
clearNextToken()
next page token, when empty there are no more pages to fetch
|
PaginationResponse.Builder |
clearResultSize()
result size of the page returned
|
PaginationResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextToken()
next page token, when empty there are no more pages to fetch
|
com.google.protobuf.ByteString |
getNextTokenBytes()
next page token, when empty there are no more pages to fetch
|
int |
getResultSize()
result size of the page returned
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
PaginationResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PaginationResponse.Builder |
setNextToken(String value)
next page token, when empty there are no more pages to fetch
|
PaginationResponse.Builder |
setNextTokenBytes(com.google.protobuf.ByteString value)
next page token, when empty there are no more pages to fetch
|
PaginationResponse.Builder |
setResultSize(int value)
result size of the page returned
|
PaginationResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, isInitialized, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PaginationResponse.Builder>public PaginationResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PaginationResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PaginationResponse.Builder>public PaginationResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PaginationResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PaginationResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic String getNextToken()
next page token, when empty there are no more pages to fetch
string next_token = 1 [json_name = "nextToken"];getNextToken in interface PaginationResponseOrBuilderpublic com.google.protobuf.ByteString getNextTokenBytes()
next page token, when empty there are no more pages to fetch
string next_token = 1 [json_name = "nextToken"];getNextTokenBytes in interface PaginationResponseOrBuilderpublic PaginationResponse.Builder setNextToken(String value)
next page token, when empty there are no more pages to fetch
string next_token = 1 [json_name = "nextToken"];value - The nextToken to set.public PaginationResponse.Builder clearNextToken()
next page token, when empty there are no more pages to fetch
string next_token = 1 [json_name = "nextToken"];public PaginationResponse.Builder setNextTokenBytes(com.google.protobuf.ByteString value)
next page token, when empty there are no more pages to fetch
string next_token = 1 [json_name = "nextToken"];value - The bytes for nextToken to set.public int getResultSize()
result size of the page returned
int32 result_size = 2 [json_name = "resultSize"];getResultSize in interface PaginationResponseOrBuilderpublic PaginationResponse.Builder setResultSize(int value)
result size of the page returned
int32 result_size = 2 [json_name = "resultSize"];value - The resultSize to set.public PaginationResponse.Builder clearResultSize()
result size of the page returned
int32 result_size = 2 [json_name = "resultSize"];public final PaginationResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PaginationResponse.Builder>public final PaginationResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PaginationResponse.Builder>Copyright © 2023. All rights reserved.