public class Container.Projects.Locations extends 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.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(String name)
Returns configuration info about the Google Kubernetes Engine service.
|
Container.Projects.Locations.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
public Container.Projects.Locations.GetServerConfig getServerConfig(String name) throws 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'.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 ...)
Copyright © 2011–2020 Google. All rights reserved.