OrganizationsEnvironmentsReferences
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
Creates a Reference in the specified environment. (references.create)
Deletes a Reference from an environment. Returns the deleted Reference resource. (references.delete)
Gets a Reference resource. (references.get)
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)
GoogleCloudApigeeV1Reference
delete(string $name, array $optParams = [])
Deletes a Reference from an environment. Returns the deleted Reference resource. (references.delete)
GoogleCloudApigeeV1Reference
get(string $name, array $optParams = [])
Gets a Reference resource. (references.get)
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)