public class Container.Projects.Locations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Container.Projects.Locations.Clusters
The "clusters" collection of methods.
|
class |
Container.Projects.Locations.GetServerConfig |
class |
Container.Projects.Locations.List |
class |
Container.Projects.Locations.Operations
The "operations" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Clusters |
clusters()
An accessor for creating requests from the Clusters collection.
|
Container.Projects.Locations.GetServerConfig |
getServerConfig(java.lang.String name)
Returns configuration info about the Kubernetes Engine service.
|
Container.Projects.Locations.List |
list(java.lang.String parent)
Used to fetch locations that offer GKE.
|
Container.Projects.Locations.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
public Container.Projects.Locations.GetServerConfig getServerConfig(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project and location) of the server config to get,
specified in the format
'projects/locations'.java.io.IOExceptionpublic Container.Projects.Locations.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Contains the name of the resource requested.
Specified in the format 'projects'.java.io.IOExceptionpublic Container.Projects.Locations.Clusters clusters()
The typical use is:
Container container = new Container(...);Container.Clusters.List request = container.clusters().list(parameters ...)
public Container.Projects.Locations.Operations operations()
The typical use is:
Container container = new Container(...);Container.Operations.List request = container.operations().list(parameters ...)