public interface ListClustersResponseOrBuilder extends 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.
|
ByteString |
getNextPageTokenBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Cluster> getClustersList()
Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Cluster getClusters(int index)
Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getClustersCount()
Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends ClusterOrBuilder> getClustersOrBuilderList()
Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ClusterOrBuilder getClustersOrBuilder(int index)
Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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 [(.google.api.field_behavior) = OUTPUT_ONLY];
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 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2022 Google LLC. All rights reserved.