public interface ListClustersRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPageToken()
The value of `next_page_token` returned by a previous call.
|
ByteString |
getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
|
java.lang.String |
getParent()
The unique name of the instance for which a list of clusters is requested.
|
ByteString |
getParentBytes()
The unique name of the instance for which a list of clusters is requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The unique name of the instance for which a list of clusters is requested. Values are of the form `projects/<project>/instances/<instance>`. Use `<instance> = '-'` to list Clusters for all Instances in a project, e.g., `projects/myproject/instances/-`.
string parent = 1;
ByteString getParentBytes()
The unique name of the instance for which a list of clusters is requested. Values are of the form `projects/<project>/instances/<instance>`. Use `<instance> = '-'` to list Clusters for all Instances in a project, e.g., `projects/myproject/instances/-`.
string parent = 1;
java.lang.String getPageToken()
The value of `next_page_token` returned by a previous call.
string page_token = 2;
ByteString getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
string page_token = 2;