OrganizationsEnvgroupsAttachments
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)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an environment group attachment. (attachments.delete)
GoogleCloudApigeeV1EnvironmentGroupAttachment
get(string $name, array $optParams = [])
Gets an environment group attachment. (attachments.get)
GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse
listOrganizationsEnvgroupsAttachments(string $parent, array $optParams = [])
Lists all attachments of an environment group.
(attachments.listOrganizationsEnvgroupsAttachments)