OrganizationsInstancesCanaryevaluations
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)
GoogleCloudApigeeV1CanaryEvaluation
get(string $name, array $optParams = [])
Gets a CanaryEvaluation for an organization. (canaryevaluations.get)