- 4.80.0 (latest)
- 4.79.0
- 4.78.0
- 4.77.0
- 4.75.0
- 4.73.0
- 4.72.0
- 4.71.0
- 4.70.0
- 4.69.0
- 4.67.0
- 4.65.0
- 4.64.0
- 4.61.0
- 4.60.0
- 4.59.0
- 4.57.0
- 4.56.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public static final class ListClustersResponse.Builder extends GeneratedMessage.Builder<ListClustersResponse.Builder> implements ListClustersResponseOrBuilderThe list of all clusters in a project.
Protobuf type google.cloud.dataproc.v1.ListClustersResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListClustersResponse.BuilderImplements
ListClustersResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllClusters(Iterable<? extends Cluster> values)
public ListClustersResponse.Builder addAllClusters(Iterable<? extends Cluster> values)Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.dataproc.v1.Cluster> |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
addClusters(Cluster value)
public ListClustersResponse.Builder addClusters(Cluster value)Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Cluster |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
addClusters(Cluster.Builder builderForValue)
public ListClustersResponse.Builder addClusters(Cluster.Builder builderForValue)Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Cluster.Builder |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
addClusters(int index, Cluster value)
public ListClustersResponse.Builder addClusters(int index, Cluster value)Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Cluster |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
addClusters(int index, Cluster.Builder builderForValue)
public ListClustersResponse.Builder addClusters(int index, Cluster.Builder builderForValue)Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Cluster.Builder |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
addClustersBuilder()
public Cluster.Builder addClustersBuilder()Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Cluster.Builder |
|
addClustersBuilder(int index)
public Cluster.Builder addClustersBuilder(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.Builder |
|
build()
public ListClustersResponse build()| Returns | |
|---|---|
| Type | Description |
ListClustersResponse |
|
buildPartial()
public ListClustersResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListClustersResponse |
|
clear()
public ListClustersResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
clearClusters()
public ListClustersResponse.Builder clearClusters()Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
clearNextPageToken()
public ListClustersResponse.Builder clearNextPageToken() 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 |
ListClustersResponse.Builder |
This builder for chaining. |
getClusters(int index)
public 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 |
|
getClustersBuilder(int index)
public Cluster.Builder getClustersBuilder(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.Builder |
|
getClustersBuilderList()
public List<Cluster.Builder> getClustersBuilderList()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<Builder> |
|
getClustersCount()
public 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 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 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 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> |
|
getDefaultInstanceForType()
public ListClustersResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListClustersResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListClustersResponse other)
public ListClustersResponse.Builder mergeFrom(ListClustersResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListClustersResponse |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListClustersResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListClustersResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
removeClusters(int index)
public ListClustersResponse.Builder removeClusters(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 |
ListClustersResponse.Builder |
|
setClusters(int index, Cluster value)
public ListClustersResponse.Builder setClusters(int index, Cluster value)Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Cluster |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
setClusters(int index, Cluster.Builder builderForValue)
public ListClustersResponse.Builder setClusters(int index, Cluster.Builder builderForValue)Output only. The clusters in the project.
repeated .google.cloud.dataproc.v1.Cluster clusters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Cluster.Builder |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
|
setNextPageToken(String value)
public ListClustersResponse.Builder setNextPageToken(String value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListClustersResponse.Builder setNextPageTokenBytes(ByteString value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse.Builder |
This builder for chaining. |