public interface ListServicesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Requested page size.
|
String |
getPageToken()
A token identifying a page of results to return.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A token identifying a page of results to return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPageSize()
Requested page size. Defaults to 5000.
int32 page_size = 1;String getPageToken()
A token identifying a page of results to return. This should be a `next_page_token` value returned from a previous `ListServices` call. If unspecified, the first page of results is returned.
string page_token = 2;com.google.protobuf.ByteString getPageTokenBytes()
A token identifying a page of results to return. This should be a `next_page_token` value returned from a previous `ListServices` call. If unspecified, the first page of results is returned.
string page_token = 2;Copyright © 2025 Google LLC. All rights reserved.