| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.Locations |
Container.Projects.Zones.Clusters.locations(String projectId,
String zone,
String clusterId,
SetLocationsRequest content)
Sets the locations for a specific cluster.
|
Container.Projects.Locations.Clusters.SetLocations |
Container.Projects.Locations.Clusters.setLocations(String name,
SetLocationsRequest content)
Sets the locations for a specific cluster.
|
| Constructor and Description |
|---|
Locations(String projectId,
String zone,
String clusterId,
SetLocationsRequest content)
Sets the locations for a specific cluster.
|
SetLocations(String name,
SetLocationsRequest content)
Sets the locations for a specific cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SetLocationsRequest |
SetLocationsRequest.clone() |
SetLocationsRequest |
SetLocationsRequest.set(String fieldName,
Object value) |
SetLocationsRequest |
SetLocationsRequest.setClusterId(String clusterId)
Deprecated.
|
SetLocationsRequest |
SetLocationsRequest.setLocations(List<String> locations)
Required.
|
SetLocationsRequest |
SetLocationsRequest.setName(String name)
The name (project, location, cluster) of the cluster to set locations.
|
SetLocationsRequest |
SetLocationsRequest.setProjectId(String projectId)
Deprecated.
|
SetLocationsRequest |
SetLocationsRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.