public class Apigee.Organizations.Sharedflows extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Sharedflows.Create |
class |
Apigee.Organizations.Sharedflows.Delete |
class |
Apigee.Organizations.Sharedflows.Deployments
The "deployments" collection of methods.
|
class |
Apigee.Organizations.Sharedflows.Get |
class |
Apigee.Organizations.Sharedflows.List |
class |
Apigee.Organizations.Sharedflows.Move |
class |
Apigee.Organizations.Sharedflows.Revisions
The "revisions" collection of methods.
|
| Constructor and Description |
|---|
Sharedflows() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Sharedflows.Create |
create(String parent,
GoogleApiHttpBody content)
Uploads a ZIP-formatted shared flow configuration bundle to an organization.
|
Apigee.Organizations.Sharedflows.Delete |
delete(String name)
Deletes a shared flow and all it's revisions.
|
Apigee.Organizations.Sharedflows.Deployments |
deployments()
An accessor for creating requests from the Deployments collection.
|
Apigee.Organizations.Sharedflows.Get |
get(String name)
Gets a shared flow by name, including a list of its revisions.
|
Apigee.Organizations.Sharedflows.List |
list(String parent)
Lists all shared flows in the organization.
|
Apigee.Organizations.Sharedflows.Move |
move(String name,
GoogleCloudApigeeV1MoveSharedFlowRequest content)
Moves an shared flow to a different space.
|
Apigee.Organizations.Sharedflows.Revisions |
revisions()
An accessor for creating requests from the Revisions collection.
|
public Apigee.Organizations.Sharedflows.Create create(String parent, GoogleApiHttpBody content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the parent organization under which to create the shared flow. Must be of the
form: `organizations/{organization_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.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. shared flow name of the form:
`organizations/{organization_id}/sharedflows/{shared_flow_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).IOExceptionpublic Apigee.Organizations.Sharedflows.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the shared flow to get. Must be of the form:
`organizations/{organization_id}/sharedflows/{shared_flow_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).IOExceptionpublic Apigee.Organizations.Sharedflows.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the parent organization under which to get shared flows. Must be of the form:
`organizations/{organization_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).IOExceptionpublic Apigee.Organizations.Sharedflows.Move move(String name, GoogleCloudApigeeV1MoveSharedFlowRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Shared Flow to move in the following format:
`organizations/{org}/sharedflows/{shared_flow}`content - the GoogleCloudApigeeV1MoveSharedFlowRequestIOExceptionpublic Apigee.Organizations.Sharedflows.Deployments deployments()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Deployments.List request = apigee.deployments().list(parameters ...)
public Apigee.Organizations.Sharedflows.Revisions revisions()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Revisions.List request = apigee.revisions().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.