| 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)
Recommended is a bool combining the drain state of the location (ie- has the region been
drained manually?), and the stockout status of any zone according to Zone Advisor.
|
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.
|