- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
public static final class ListClustersResponse.Builder extends GeneratedMessageV3.Builder<ListClustersResponse.Builder> implements ListClustersResponseOrBuilder
ListClustersResponse is the result of ListClustersRequest.
Protobuf type google.container.v1beta1.ListClustersResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListClustersResponse.BuilderImplements
ListClustersResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllClusters(Iterable<? extends Cluster> values)
public ListClustersResponse.Builder addAllClusters(Iterable<? extends Cluster> values)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Name | Description |
values | Iterable<? extends com.google.container.v1beta1.Cluster> |
Type | Description |
ListClustersResponse.Builder |
addAllMissingZones(Iterable<String> values)
public ListClustersResponse.Builder addAllMissingZones(Iterable<String> values)
If any zones are listed here, the list of clusters returned may be missing those zones.
repeated string missing_zones = 2;
Name | Description |
values | Iterable<String> The missingZones to add. |
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
addClusters(Cluster value)
public ListClustersResponse.Builder addClusters(Cluster value)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Name | Description |
value | Cluster |
Type | Description |
ListClustersResponse.Builder |
addClusters(Cluster.Builder builderForValue)
public ListClustersResponse.Builder addClusters(Cluster.Builder builderForValue)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Name | Description |
builderForValue | Cluster.Builder |
Type | Description |
ListClustersResponse.Builder |
addClusters(int index, Cluster value)
public ListClustersResponse.Builder addClusters(int index, Cluster value)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Name | Description |
index | int |
value | Cluster |
Type | Description |
ListClustersResponse.Builder |
addClusters(int index, Cluster.Builder builderForValue)
public ListClustersResponse.Builder addClusters(int index, Cluster.Builder builderForValue)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Name | Description |
index | int |
builderForValue | Cluster.Builder |
Type | Description |
ListClustersResponse.Builder |
addClustersBuilder()
public Cluster.Builder addClustersBuilder()
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Type | Description |
Cluster.Builder |
addClustersBuilder(int index)
public Cluster.Builder addClustersBuilder(int index)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
Cluster.Builder |
addMissingZones(String value)
public ListClustersResponse.Builder addMissingZones(String value)
If any zones are listed here, the list of clusters returned may be missing those zones.
repeated string missing_zones = 2;
Name | Description |
value | String The missingZones to add. |
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
addMissingZonesBytes(ByteString value)
public ListClustersResponse.Builder addMissingZonesBytes(ByteString value)
If any zones are listed here, the list of clusters returned may be missing those zones.
repeated string missing_zones = 2;
Name | Description |
value | ByteString The bytes of the missingZones to add. |
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListClustersResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListClustersResponse.Builder |
build()
public ListClustersResponse build()
Type | Description |
ListClustersResponse |
buildPartial()
public ListClustersResponse buildPartial()
Type | Description |
ListClustersResponse |
clear()
public ListClustersResponse.Builder clear()
Type | Description |
ListClustersResponse.Builder |
clearClusters()
public ListClustersResponse.Builder clearClusters()
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Type | Description |
ListClustersResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListClustersResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListClustersResponse.Builder |
clearMissingZones()
public ListClustersResponse.Builder clearMissingZones()
If any zones are listed here, the list of clusters returned may be missing those zones.
repeated string missing_zones = 2;
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListClustersResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListClustersResponse.Builder |
clone()
public ListClustersResponse.Builder clone()
Type | Description |
ListClustersResponse.Builder |
getClusters(int index)
public Cluster getClusters(int index)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
Cluster |
getClustersBuilder(int index)
public Cluster.Builder getClustersBuilder(int index)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
Cluster.Builder |
getClustersBuilderList()
public List<Cluster.Builder> getClustersBuilderList()
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Type | Description |
List<Builder> |
getClustersCount()
public int getClustersCount()
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Type | Description |
int |
getClustersList()
public List<Cluster> getClustersList()
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Type | Description |
List<Cluster> |
getClustersOrBuilder(int index)
public ClusterOrBuilder getClustersOrBuilder(int index)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
ClusterOrBuilder |
getClustersOrBuilderList()
public List<? extends ClusterOrBuilder> getClustersOrBuilderList()
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1beta1.Cluster clusters = 1;
Type | Description |
List<? extends com.google.container.v1beta1.ClusterOrBuilder> |
getDefaultInstanceForType()
public ListClustersResponse getDefaultInstanceForType()
Type | Description |
ListClustersResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getMissingZones(int index)
public String getMissingZones(int index)
If any zones are listed here, the list of clusters returned may be missing those zones.
repeated string missing_zones = 2;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The missingZones at the given index. |
getMissingZonesBytes(int index)
public ByteString getMissingZonesBytes