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)

Parameters

string $parent

Required. Organization the endpoint attachment will be created in.

GoogleCloudApigeeV1EndpointAttachment $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Deletes an endpoint attachment. (endpointAttachments.delete)

Parameters

string $name

Required. Name of the endpoint attachment. Use the following structure in your request: organizations/{org}/endpointAttachments/{endpoint_attachment}

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Gets the endpoint attachment. (endpointAttachments.get)

Parameters

string $name

Required. Name of the endpoint attachment. Use the following structure in your request: organizations/{org}/endpointAttachments/{endpoint_attachment}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1EndpointAttachment

Exceptions

Exception

GoogleCloudApigeeV1ListEndpointAttachmentsResponse listOrganizationsEndpointAttachments(string $parent, array $optParams = [])

Lists the endpoint attachments in an organization.

(endpointAttachments.listOrganizationsEndpointAttachments)

Parameters

string $parent

Required. Name of the organization for which to list endpoint attachments. Use the following structure in your request: organizations/{org}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListEndpointAttachmentsResponse

Exceptions

Exception