public class Apigee.Organizations.Envgroups.Attachments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Envgroups.Attachments.Create |
class |
Apigee.Organizations.Envgroups.Attachments.Delete |
class |
Apigee.Organizations.Envgroups.Attachments.Get |
class |
Apigee.Organizations.Envgroups.Attachments.List |
| Constructor and Description |
|---|
Attachments() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Envgroups.Attachments.Create |
create(String parent,
GoogleCloudApigeeV1EnvironmentGroupAttachment content)
Creates a new attachment of an environment to an environment group.
|
Apigee.Organizations.Envgroups.Attachments.Delete |
delete(String name)
Deletes an environment group attachment.
|
Apigee.Organizations.Envgroups.Attachments.Get |
get(String name)
Gets an environment group attachment.
|
Apigee.Organizations.Envgroups.Attachments.List |
list(String parent)
Lists all attachments of an environment group.
|
public Apigee.Organizations.Envgroups.Attachments.Create create(String parent, GoogleCloudApigeeV1EnvironmentGroupAttachment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. EnvironmentGroup under which to create the attachment in the following format:
`organizations/{org}/envgroups/{envgroup}`.content - the GoogleCloudApigeeV1EnvironmentGroupAttachmentIOExceptionpublic Apigee.Organizations.Envgroups.Attachments.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment group attachment to delete in the following format:
`organizations/{org}/envgroups/{envgroup}/attachments/{attachment}`.IOExceptionpublic Apigee.Organizations.Envgroups.Attachments.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment group attachment in the following format:
`organizations/{org}/envgroups/{envgroup}/attachments/{attachment}`IOExceptionpublic Apigee.Organizations.Envgroups.Attachments.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment group in the following format:
`organizations/{org}/envgroups/{envgroup}`.IOExceptionCopyright © 2011–2025 Google. All rights reserved.