public interface ListServicesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Maximum results to return per page.
|
java.lang.String |
getPageToken()
Continuation token for fetching the next page of results.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Continuation token for fetching the next page of results.
|
java.lang.String |
getParent()
Name of the parent Application resource.
|
com.google.protobuf.ByteString |
getParentBytes()
Name of the parent Application resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getParent()
Name of the parent Application resource. Example: `apps/myapp`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Name of the parent Application resource. Example: `apps/myapp`.
string parent = 1;int getPageSize()
Maximum results to return per page.
int32 page_size = 2;java.lang.String getPageToken()
Continuation token for fetching the next page of results.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Continuation token for fetching the next page of results.
string page_token = 3;