class OrganizationsInstancesCanaryevaluations extends Resource (View source)

The "canaryevaluations" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $canaryevaluations = $apigeeService->organizations_instances_canaryevaluations;

Methods

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

Creates a new canary evaluation for an organization.

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

Gets a CanaryEvaluation for an organization. (canaryevaluations.get)

Details

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

Creates a new canary evaluation for an organization.

(canaryevaluations.create)

Parameters

string $parent

Required. Name of the organization. Use the following structure in your request: organizations/{org}/instances/{instance}.

GoogleCloudApigeeV1CanaryEvaluation $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Gets a CanaryEvaluation for an organization. (canaryevaluations.get)

Parameters

string $name

Required. Name of the CanaryEvaluation. Use the following structure in your request: organizations/{org}/instances/canaryevaluations/{evaluation}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1CanaryEvaluation

Exceptions

Exception