public class Apigee.Organizations.Environments.Flowhooks extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Flowhooks.AttachSharedFlowToFlowHook |
class |
Apigee.Organizations.Environments.Flowhooks.DetachSharedFlowFromFlowHook |
class |
Apigee.Organizations.Environments.Flowhooks.Get |
| Constructor and Description |
|---|
Flowhooks() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Flowhooks.AttachSharedFlowToFlowHook |
attachSharedFlowToFlowHook(String name,
GoogleCloudApigeeV1FlowHook content)
Attaches a shared flow to a flow hook.
|
Apigee.Organizations.Environments.Flowhooks.DetachSharedFlowFromFlowHook |
detachSharedFlowFromFlowHook(String name)
Detaches a shared flow from a flow hook.
|
Apigee.Organizations.Environments.Flowhooks.Get |
get(String name)
Returns the name of the shared flow attached to the specified flow hook.
|
public Apigee.Organizations.Environments.Flowhooks.AttachSharedFlowToFlowHook attachSharedFlowToFlowHook(String name, GoogleCloudApigeeV1FlowHook content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Name of the flow hook to which the shared flow should be attached in the following format:
`organizations/{org}/environments/{env}/flowhooks/{flowhook}`content - the GoogleCloudApigeeV1FlowHookIOExceptionpublic Apigee.Organizations.Environments.Flowhooks.DetachSharedFlowFromFlowHook detachSharedFlowFromFlowHook(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Name of the flow hook to detach in the following format:
`organizations/{org}/environments/{env}/flowhooks/{flowhook}`IOExceptionpublic Apigee.Organizations.Environments.Flowhooks.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the flow hook in the following format:
`organizations/{org}/environments/{env}/flowhooks/{flowhook}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.