public class Apigee.Organizations.Environments.Apis.Revisions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions
The "debugsessions" collection of methods.
|
class |
Apigee.Organizations.Environments.Apis.Revisions.Deploy |
class |
Apigee.Organizations.Environments.Apis.Revisions.Deployments
The "deployments" collection of methods.
|
class |
Apigee.Organizations.Environments.Apis.Revisions.GetDeployments |
class |
Apigee.Organizations.Environments.Apis.Revisions.Undeploy |
| Constructor and Description |
|---|
Revisions() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions |
debugsessions()
An accessor for creating requests from the Debugsessions collection.
|
Apigee.Organizations.Environments.Apis.Revisions.Deploy |
deploy(String name)
Deploys a revision of an API proxy.
|
Apigee.Organizations.Environments.Apis.Revisions.Deployments |
deployments()
An accessor for creating requests from the Deployments collection.
|
Apigee.Organizations.Environments.Apis.Revisions.GetDeployments |
getDeployments(String name)
Gets the deployment of an API proxy revision and actual state reported by runtime pods.
|
Apigee.Organizations.Environments.Apis.Revisions.Undeploy |
undeploy(String name)
Undeploys an API proxy revision from an environment.
|
public Apigee.Organizations.Environments.Apis.Revisions.Deploy deploy(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the API proxy revision deployment in the following format:
`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` If the API proxy
resource being deployed has the `space` attribute set, IAM permissions are checked
differently . To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Environments.Apis.Revisions.GetDeployments getDeployments(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name representing an API proxy revision in an environment in the following format:
`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` If the API proxy
resource has the `space` attribute set, IAM permissions are checked differently . To learn
more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
platform/system-administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Environments.Apis.Revisions.Undeploy undeploy(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the API proxy revision deployment in the following format:
`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` If the API proxy
resource has the `space` attribute set, IAM permissions are checked differently . To learn
more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
platform/system-administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Environments.Apis.Revisions.Debugsessions debugsessions()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Debugsessions.List request = apigee.debugsessions().list(parameters ...)
public Apigee.Organizations.Environments.Apis.Revisions.Deployments deployments()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Deployments.List request = apigee.deployments().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.