public interface ListClustersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getClusters(int index)
Output only.
|
int |
getClustersCount()
Output only.
|
List<Cluster> |
getClustersList()
Output only.
|
ClusterOrBuilder |
getClustersOrBuilder(int index)
Output only.
|
List<? extends ClusterOrBuilder> |
getClustersOrBuilderList()
Output only.
|
String |
getNextPageToken()
Output only.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.