public class Apigee.Organizations.Sharedflows.Revisions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Sharedflows.Revisions.Delete |
class |
Apigee.Organizations.Sharedflows.Revisions.Deployments
The "deployments" collection of methods.
|
class |
Apigee.Organizations.Sharedflows.Revisions.Get |
class |
Apigee.Organizations.Sharedflows.Revisions.UpdateSharedFlowRevision |
| Constructor and Description |
|---|
Revisions() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Sharedflows.Revisions.Delete |
delete(String name)
Deletes a shared flow and all associated policies, resources, and revisions.
|
Apigee.Organizations.Sharedflows.Revisions.Deployments |
deployments()
An accessor for creating requests from the Deployments collection.
|
Apigee.Organizations.Sharedflows.Revisions.Get |
get(String name)
Gets a revision of a shared flow.
|
Apigee.Organizations.Sharedflows.Revisions.UpdateSharedFlowRevision |
updateSharedFlowRevision(String name,
GoogleApiHttpBody content)
Updates a shared flow revision.
|
public Apigee.Organizations.Sharedflows.Revisions.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the shared flow revision to delete. Must be of the form:
`organizations/{organization_id}/sharedflows/{shared_flow_id}/revisions/{revision_id}` If
the Shared Flow 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.Sharedflows.Revisions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the shared flow revision to get. Must be of the form:
`organizations/{organization_id}/sharedflows/{shared_flow_id}/revisions/{revision_id}` If
the Shared Flow 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.Sharedflows.Revisions.UpdateSharedFlowRevision updateSharedFlowRevision(String name, GoogleApiHttpBody content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. The name of the shared flow revision to update. Must be of the form:
`organizations/{organization_id}/sharedflows/{shared_flow_id}/revisions/{revision_id}` If
the 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.Sharedflows.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.