| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1FlowHookConfig |
GoogleCloudApigeeV1FlowHookConfig.clone() |
GoogleCloudApigeeV1FlowHookConfig |
GoogleCloudApigeeV1FlowHookConfig.set(String fieldName,
Object value) |
GoogleCloudApigeeV1FlowHookConfig |
GoogleCloudApigeeV1FlowHookConfig.setContinueOnError(Boolean continueOnError)
Flag that specifies whether the flow should abort after an error in the flow hook.
|
GoogleCloudApigeeV1FlowHookConfig |
GoogleCloudApigeeV1FlowHookConfig.setName(String name)
Name of the flow hook in the following format:
`organizations/{org}/environments/{env}/flowhooks/{point}`.
|
GoogleCloudApigeeV1FlowHookConfig |
GoogleCloudApigeeV1FlowHookConfig.setSharedFlowName(String sharedFlowName)
Name of the shared flow to invoke in the following format:
`organizations/{org}/sharedflows/{sharedflow}`
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1FlowHookConfig> |
GoogleCloudApigeeV1EnvironmentConfig.getFlowhooks()
List of flow hooks in the environment.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1EnvironmentConfig |
GoogleCloudApigeeV1EnvironmentConfig.setFlowhooks(List<GoogleCloudApigeeV1FlowHookConfig> flowhooks)
List of flow hooks in the environment.
|
Copyright © 2011–2025 Google. All rights reserved.