| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1 | |
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.Locations |
Container.Projects.Zones.Clusters.locations(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
SetLocationsRequest content)
Sets the locations of a specific cluster.
|
Container.Projects.Locations.Clusters.SetLocations |
Container.Projects.Locations.Clusters.setLocations(java.lang.String name,
SetLocationsRequest content)
Sets the locations of a specific cluster.
|
| Constructor and Description |
|---|
Container.Projects.Locations.Clusters.SetLocations(java.lang.String name,
SetLocationsRequest content)
Sets the locations of a specific cluster.
|
Container.Projects.Zones.Clusters.Locations(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
SetLocationsRequest content)
Sets the locations of a specific cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SetLocationsRequest |
SetLocationsRequest.clone() |
SetLocationsRequest |
SetLocationsRequest.set(java.lang.String fieldName,
java.lang.Object value) |
SetLocationsRequest |
SetLocationsRequest.setClusterId(java.lang.String clusterId)
The name of the cluster to upgrade.
|
SetLocationsRequest |
SetLocationsRequest.setLocations(java.util.List<java.lang.String> locations)
The desired list of Google Compute Engine [locations](/compute/docs/zones#available) in which
the cluster's nodes should be located.
|
SetLocationsRequest |
SetLocationsRequest.setName(java.lang.String name)
The name (project, location, cluster) of the cluster to set locations.
|
SetLocationsRequest |
SetLocationsRequest.setProjectId(java.lang.String projectId)
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
SetLocationsRequest |
SetLocationsRequest.setZone(java.lang.String zone)
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the
cluster resides.
|