public interface ListServicesRequestOrBuilder extends 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.
|
ByteString |
getPageTokenBytes()
Continuation token for fetching the next page of results.
|
java.lang.String |
getParent()
Name of the parent Application resource.
|
ByteString |
getParentBytes()
Name of the parent Application resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
Name of the parent Application resource. Example: `apps/myapp`.
string parent = 1;
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;
ByteString getPageTokenBytes()
Continuation token for fetching the next page of results.
string page_token = 3;