class OrganizationsEnvgroupsAttachments extends Resource (View source)

The "attachments" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $attachments = $apigeeService->organizations_envgroups_attachments;

Methods

create(string $parent, GoogleCloudApigeeV1EnvironmentGroupAttachment $postBody, array $optParams = [])

Creates a new attachment of an environment to an environment group.

delete(string $name, array $optParams = [])

Deletes an environment group attachment. (attachments.delete)

get(string $name, array $optParams = [])

Gets an environment group attachment. (attachments.get)

listOrganizationsEnvgroupsAttachments(string $parent, array $optParams = [])

Lists all attachments of an environment group.

Details

GoogleLongrunningOperation create(string $parent, GoogleCloudApigeeV1EnvironmentGroupAttachment $postBody, array $optParams = [])

Creates a new attachment of an environment to an environment group.

(attachments.create)

Parameters

string $parent

Required. EnvironmentGroup under which to create the attachment in the following format: organizations/{org}/envgroups/{envgroup}.

GoogleCloudApigeeV1EnvironmentGroupAttachment $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

GoogleLongrunningOperation delete(string $name, array $optParams = [])

Deletes an environment group attachment. (attachments.delete)

Parameters

string $name

Required. Name of the environment group attachment to delete in the following format: organizations/{org}/envgroups/{envgroup}/attachments/{attachment}.

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

GoogleCloudApigeeV1EnvironmentGroupAttachment get(string $name, array $optParams = [])

Gets an environment group attachment. (attachments.get)

Parameters

string $name

Required. Name of the environment group attachment in the following format: organizations/{org}/envgroups/{envgroup}/attachments/{attachment}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1EnvironmentGroupAttachment

Exceptions

Exception

GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse listOrganizationsEnvgroupsAttachments(string $parent, array $optParams = [])

Lists all attachments of an environment group.

(attachments.listOrganizationsEnvgroupsAttachments)

Parameters

string $parent

Required. Name of the environment group in the following format: organizations/{org}/envgroups/{envgroup}.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse

Exceptions

Exception