public class CloudComposer.Projects.Locations.Environments
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
CloudComposer.Projects.Locations.Environments.Create |
class |
CloudComposer.Projects.Locations.Environments.Delete |
class |
CloudComposer.Projects.Locations.Environments.Get |
class |
CloudComposer.Projects.Locations.Environments.List |
class |
CloudComposer.Projects.Locations.Environments.Patch |
Constructor and Description |
---|
Environments() |
Modifier and Type | Method and Description |
---|---|
CloudComposer.Projects.Locations.Environments.Create |
create(java.lang.String parent,
Environment content)
Create a new environment.
|
CloudComposer.Projects.Locations.Environments.Delete |
delete(java.lang.String name)
Delete an environment.
|
CloudComposer.Projects.Locations.Environments.Get |
get(java.lang.String name)
Get an existing environment.
|
CloudComposer.Projects.Locations.Environments.List |
list(java.lang.String parent)
List environments.
|
CloudComposer.Projects.Locations.Environments.Patch |
patch(java.lang.String name,
Environment content)
Update an environment.
|
public CloudComposer.Projects.Locations.Environments.Create create(java.lang.String parent, Environment content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- The parent must be of the form
"projects/{projectId}/locations/{locationId}".content
- the Environment
java.io.IOException
public CloudComposer.Projects.Locations.Environments.Delete delete(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The environment to delete, in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"java.io.IOException
public CloudComposer.Projects.Locations.Environments.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name of the environment to get, in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"java.io.IOException
public CloudComposer.Projects.Locations.Environments.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- List environments in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"java.io.IOException
public CloudComposer.Projects.Locations.Environments.Patch patch(java.lang.String name, Environment content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The relative resource name of the environment to update, in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"content
- the Environment
java.io.IOException