public class Apigee.Organizations.Environments.Sharedflows.Revisions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Sharedflows.Revisions.Deploy |
class |
Apigee.Organizations.Environments.Sharedflows.Revisions.GetDeployments |
class |
Apigee.Organizations.Environments.Sharedflows.Revisions.Undeploy |
| Constructor and Description |
|---|
Revisions() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Sharedflows.Revisions.Deploy |
deploy(String name)
Deploys a revision of a shared flow.
|
Apigee.Organizations.Environments.Sharedflows.Revisions.GetDeployments |
getDeployments(String name)
Gets the deployment of a shared flow revision and actual state reported by runtime pods.
|
Apigee.Organizations.Environments.Sharedflows.Revisions.Undeploy |
undeploy(String name)
Undeploys a shared flow revision from an environment.
|
public Apigee.Organizations.Environments.Sharedflows.Revisions.Deploy deploy(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the shared flow revision to deploy in the following format:
`organizations/{org}/environments/{env}/sharedflows/{sharedflow}/revisions/{rev}` If the
shared flow 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.Sharedflows.Revisions.GetDeployments getDeployments(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name representing a shared flow in an environment in the following format:
`organizations/{org}/environments/{env}/sharedflows/{sharedflow}/revisions/{rev}` If the
shared flow 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.Sharedflows.Revisions.Undeploy undeploy(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the shared flow revision to undeploy in the following format:
`organizations/{org}/environments/{env}/sharedflows/{sharedflow}/revisions/{rev}` If the
shared flow 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).IOExceptionCopyright © 2011–2025 Google. All rights reserved.