class OrganizationsEnvironmentsReferences extends Resource (View source)

The "references" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $references = $apigeeService->organizations_environments_references;

Methods

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

Creates a Reference in the specified environment. (references.create)

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

Deletes a Reference from an environment. Returns the deleted Reference resource. (references.delete)

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

Gets a Reference resource. (references.get)

update(string $name, GoogleCloudApigeeV1Reference $postBody, array $optParams = [])

Updates an existing Reference. Note that this operation has PUT semantics; it will replace the entirety of the existing Reference with the resource in the request body. (references.update)

Details

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

Creates a Reference in the specified environment. (references.create)

Parameters

string $parent

Required. The parent environment name under which the Reference will be created. Must be of the form organizations/{org}/environments/{env}.

GoogleCloudApigeeV1Reference $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Reference

Exceptions

Exception

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

Deletes a Reference from an environment. Returns the deleted Reference resource. (references.delete)

Parameters

string $name

Required. The name of the Reference to delete. Must be of the form organizations/{org}/environments/{env}/references/{ref}.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Reference

Exceptions

Exception

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

Gets a Reference resource. (references.get)

Parameters

string $name

Required. The name of the Reference to get. Must be of the form organizations/{org}/environments/{env}/references/{ref}.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Reference

Exceptions

Exception

GoogleCloudApigeeV1Reference update(string $name, GoogleCloudApigeeV1Reference $postBody, array $optParams = [])

Updates an existing Reference. Note that this operation has PUT semantics; it will replace the entirety of the existing Reference with the resource in the request body. (references.update)

Parameters

string $name

Required. The name of the Reference to update. Must be of the form organizations/{org}/environments/{env}/references/{ref}.

GoogleCloudApigeeV1Reference $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Reference

Exceptions

Exception