Interface ListClustersResponseOrBuilder (4.40.0)

public interface ListClustersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusters(int index)

public abstract 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];

Parameter
Name Description
index int
Returns
Type Description
Cluster

getClustersCount()

public abstract int getClustersCount()

Output only. The clusters in the project.

repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getClustersList()

public abstract List<Cluster> getClustersList()

Output only. The clusters in the project.

repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Cluster>

getClustersOrBuilder(int index)

public abstract 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];

Parameter
Name Description
index int
Returns
Type Description
ClusterOrBuilder

getClustersOrBuilderList()

public abstract 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];

Returns
Type Description
List<? extends com.google.cloud.dataproc.v1.ClusterOrBuilder>

getNextPageToken()

public abstract 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];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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];

Returns
Type Description
ByteString

The bytes for nextPageToken.