| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.clone() |
Location |
Location.set(java.lang.String fieldName,
java.lang.Object value) |
Location |
Location.setName(java.lang.String name)
Contains the name of the resource requested.
|
Location |
Location.setRecommended(java.lang.Boolean recommended)
Whether the location is recomended for GKE cluster scheduling.
|
Location |
Location.setType(java.lang.String type)
Contains the type of location this Location is for.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Location> |
ListLocationsResponse.getLocations()
A full list of GKE locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationsResponse |
ListLocationsResponse.setLocations(java.util.List<Location> locations)
A full list of GKE locations.
|