public interface ListClustersResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Cluster |
getClusters(int index)
Output-only.
|
int |
getClustersCount()
Output-only.
|
java.util.List<Cluster> |
getClustersList()
Output-only.
|
ClusterOrBuilder |
getClustersOrBuilder(int index)
Output-only.
|
java.util.List<? extends ClusterOrBuilder> |
getClustersOrBuilderList()
Output-only.
|
java.lang.String |
getNextPageToken()
Output-only.
|
ByteString |
getNextPageTokenBytes()
Output-only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Cluster> getClustersList()
Output-only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1;
Cluster getClusters(int index)
Output-only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1;
int getClustersCount()
Output-only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1;
java.util.List<? extends ClusterOrBuilder> getClustersOrBuilderList()
Output-only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1;
ClusterOrBuilder getClustersOrBuilder(int index)
Output-only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1;
java.lang.String getNextPageToken()
Output-only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the `page_token` in a subsequent `ListClustersRequest`.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Output-only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the `page_token` in a subsequent `ListClustersRequest`.
string next_page_token = 2;