public class Apigee.Organizations.Envgroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Envgroups.Attachments
The "attachments" collection of methods.
|
class |
Apigee.Organizations.Envgroups.Create |
class |
Apigee.Organizations.Envgroups.Delete |
class |
Apigee.Organizations.Envgroups.Get |
class |
Apigee.Organizations.Envgroups.GetDeployedIngressConfig |
class |
Apigee.Organizations.Envgroups.List |
class |
Apigee.Organizations.Envgroups.Patch |
| Constructor and Description |
|---|
Envgroups() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Envgroups.Attachments |
attachments()
An accessor for creating requests from the Attachments collection.
|
Apigee.Organizations.Envgroups.Create |
create(String parent,
GoogleCloudApigeeV1EnvironmentGroup content)
Creates a new environment group.
|
Apigee.Organizations.Envgroups.Delete |
delete(String name)
Deletes an environment group.
|
Apigee.Organizations.Envgroups.Get |
get(String name)
Gets an environment group.
|
Apigee.Organizations.Envgroups.GetDeployedIngressConfig |
getDeployedIngressConfig(String name)
Gets the deployed ingress configuration for an environment group.
|
Apigee.Organizations.Envgroups.List |
list(String parent)
Lists all environment groups.
|
Apigee.Organizations.Envgroups.Patch |
patch(String name,
GoogleCloudApigeeV1EnvironmentGroup content)
Updates an environment group.
|
public Apigee.Organizations.Envgroups.Create create(String parent, GoogleCloudApigeeV1EnvironmentGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization in which to create the environment group in the following format:
`organizations/{org}`.content - the GoogleCloudApigeeV1EnvironmentGroupIOExceptionpublic Apigee.Organizations.Envgroups.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment group in the following format:
`organizations/{org}/envgroups/{envgroup}`.IOExceptionpublic Apigee.Organizations.Envgroups.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment group in the following format:
`organizations/{org}/envgroups/{envgroup}`.IOExceptionpublic Apigee.Organizations.Envgroups.GetDeployedIngressConfig getDeployedIngressConfig(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Name of the deployed configuration for the environment group in the following format:
'organizations/{org}/envgroups/{envgroup}/deployedIngressConfig'.IOExceptionpublic Apigee.Organizations.Envgroups.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization for which to list environment groups in the following format:
`organizations/{org}`.IOExceptionpublic Apigee.Organizations.Envgroups.Patch patch(String name, GoogleCloudApigeeV1EnvironmentGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment group to update in the format:
`organizations/{org}/envgroups/{envgroup}.content - the GoogleCloudApigeeV1EnvironmentGroupIOExceptionpublic Apigee.Organizations.Envgroups.Attachments attachments()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Attachments.List request = apigee.attachments().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.