public class Apigee.Organizations.Instances.Canaryevaluations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Instances.Canaryevaluations.Create |
class |
Apigee.Organizations.Instances.Canaryevaluations.Get |
| Constructor and Description |
|---|
Canaryevaluations() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Instances.Canaryevaluations.Create |
create(String parent,
GoogleCloudApigeeV1CanaryEvaluation content)
Creates a new canary evaluation for an organization.
|
Apigee.Organizations.Instances.Canaryevaluations.Get |
get(String name)
Gets a CanaryEvaluation for an organization.
|
public Apigee.Organizations.Instances.Canaryevaluations.Create create(String parent, GoogleCloudApigeeV1CanaryEvaluation content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization. Use the following structure in your request:
`organizations/{org}/instances/{instance}`.content - the GoogleCloudApigeeV1CanaryEvaluationIOExceptionpublic Apigee.Organizations.Instances.Canaryevaluations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the CanaryEvaluation. Use the following structure in your request:
`organizations/{org}/instances/canaryevaluations/{evaluation}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.