public class Apigee.Organizations.Apis.Revisions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Apis.Revisions.Delete |
class |
Apigee.Organizations.Apis.Revisions.Deployments
The "deployments" collection of methods.
|
class |
Apigee.Organizations.Apis.Revisions.Get |
class |
Apigee.Organizations.Apis.Revisions.UpdateApiProxyRevision |
| Constructor and Description |
|---|
Revisions() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Apis.Revisions.Delete |
delete(String name)
Deletes an API proxy revision and all policies, resources, endpoints, and revisions associated
with it.
|
Apigee.Organizations.Apis.Revisions.Deployments |
deployments()
An accessor for creating requests from the Deployments collection.
|
Apigee.Organizations.Apis.Revisions.Get |
get(String name)
Gets an API proxy revision.
|
Apigee.Organizations.Apis.Revisions.UpdateApiProxyRevision |
updateApiProxyRevision(String name,
GoogleApiHttpBody content)
Updates an existing API proxy revision by uploading the API proxy configuration bundle as a zip
file from your local machine.
|
public Apigee.Organizations.Apis.Revisions.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. API proxy revision in the following format:
`organizations/{org}/apis/{api}/revisions/{rev}` If the API Proxy resource has the `space`
attribute set, IAM permissions are checked against the Space resource path. 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.Apis.Revisions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. API proxy revision in the following format:
`organizations/{org}/apis/{api}/revisions/{rev}` If the API Proxy resource has the `space`
attribute set, IAM permissions are checked against the Space resource path. 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.Apis.Revisions.UpdateApiProxyRevision updateApiProxyRevision(String name, GoogleApiHttpBody content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. API proxy revision to update in the following format:
`organizations/{org}/apis/{api}/revisions/{rev}` If the API Proxy resource has the `space`
attribute set, IAM permissions are checked against the Space resource path. To learn more,
read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
platform/system-administration/spaces/apigee-spaces-overview).content - the GoogleApiHttpBodyIOExceptionpublic Apigee.Organizations.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.