OrganizationsEndpointAttachments
class OrganizationsEndpointAttachments extends Resource (View source)
The "endpointAttachments" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$endpointAttachments = $apigeeService->organizations_endpointAttachments;
Methods
create(string $parent, GoogleCloudApigeeV1EndpointAttachment $postBody, array $optParams = [])
Creates an endpoint attachment. Note: Not supported for Apigee hybrid.
delete(string $name, array $optParams = [])
Deletes an endpoint attachment. (endpointAttachments.delete)
get(string $name, array $optParams = [])
Gets the endpoint attachment. (endpointAttachments.get)
listOrganizationsEndpointAttachments(string $parent, array $optParams = [])
Lists the endpoint attachments in an organization.
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudApigeeV1EndpointAttachment $postBody, array $optParams = [])
Creates an endpoint attachment. Note: Not supported for Apigee hybrid.
(endpointAttachments.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an endpoint attachment. (endpointAttachments.delete)
GoogleCloudApigeeV1EndpointAttachment
get(string $name, array $optParams = [])
Gets the endpoint attachment. (endpointAttachments.get)
GoogleCloudApigeeV1ListEndpointAttachmentsResponse
listOrganizationsEndpointAttachments(string $parent, array $optParams = [])
Lists the endpoint attachments in an organization.
(endpointAttachments.listOrganizationsEndpointAttachments)