public class Apigee.Organizations.Environments.Apis.Revisions.Deployments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Apis.Revisions.Deployments.GenerateDeployChangeReport |
class |
Apigee.Organizations.Environments.Apis.Revisions.Deployments.GenerateUndeployChangeReport |
| Constructor and Description |
|---|
Deployments() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Apis.Revisions.Deployments.GenerateDeployChangeReport |
generateDeployChangeReport(String name)
Generates a report for a dry run analysis of a DeployApiProxy request without committing the
deployment.
|
Apigee.Organizations.Environments.Apis.Revisions.Deployments.GenerateUndeployChangeReport |
generateUndeployChangeReport(String name)
Generates a report for a dry run analysis of an UndeployApiProxy request without committing the
undeploy.
|
public Apigee.Organizations.Environments.Apis.Revisions.Deployments.GenerateDeployChangeReport generateDeployChangeReport(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - 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.Deployments.GenerateUndeployChangeReport generateUndeployChangeReport(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Name of the API proxy revision deployment in the following format:
`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.