public final class GoogleCloudApigeeV1FlowHookConfig
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Apigee API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudApigeeV1FlowHookConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1FlowHookConfig |
clone() |
Boolean |
getContinueOnError()
Flag that specifies whether the flow should abort after an error in the flow hook.
|
String |
getName()
Name of the flow hook in the following format:
`organizations/{org}/environments/{env}/flowhooks/{point}`.
|
String |
getSharedFlowName()
Name of the shared flow to invoke in the following format:
`organizations/{org}/sharedflows/{sharedflow}`
|
GoogleCloudApigeeV1FlowHookConfig |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1FlowHookConfig |
setContinueOnError(Boolean continueOnError)
Flag that specifies whether the flow should abort after an error in the flow hook.
|
GoogleCloudApigeeV1FlowHookConfig |
setName(String name)
Name of the flow hook in the following format:
`organizations/{org}/environments/{env}/flowhooks/{point}`.
|
GoogleCloudApigeeV1FlowHookConfig |
setSharedFlowName(String sharedFlowName)
Name of the shared flow to invoke in the following format:
`organizations/{org}/sharedflows/{sharedflow}`
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getContinueOnError()
null for nonepublic GoogleCloudApigeeV1FlowHookConfig setContinueOnError(Boolean continueOnError)
continueOnError - continueOnError or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1FlowHookConfig setName(String name)
name - name or null for nonepublic String getSharedFlowName()
null for nonepublic GoogleCloudApigeeV1FlowHookConfig setSharedFlowName(String sharedFlowName)
sharedFlowName - sharedFlowName or null for nonepublic GoogleCloudApigeeV1FlowHookConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1FlowHookConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.