public final class GoogleCloudApigeeV1OperationConfig
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 |
|---|
GoogleCloudApigeeV1OperationConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1OperationConfig |
clone() |
String |
getApiSource()
Required.
|
List<GoogleCloudApigeeV1Attribute> |
getAttributes()
Custom attributes associated with the operation.
|
List<GoogleCloudApigeeV1Operation> |
getOperations()
List of resource/method pairs for the API proxy or remote service to which quota will applied.
|
GoogleCloudApigeeV1Quota |
getQuota()
Quota parameters to be enforced for the resources, methods, and API source combination.
|
GoogleCloudApigeeV1OperationConfig |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1OperationConfig |
setApiSource(String apiSource)
Required.
|
GoogleCloudApigeeV1OperationConfig |
setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
Custom attributes associated with the operation.
|
GoogleCloudApigeeV1OperationConfig |
setOperations(List<GoogleCloudApigeeV1Operation> operations)
List of resource/method pairs for the API proxy or remote service to which quota will applied.
|
GoogleCloudApigeeV1OperationConfig |
setQuota(GoogleCloudApigeeV1Quota quota)
Quota parameters to be enforced for the resources, methods, and API source combination.
|
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 String getApiSource()
null for nonepublic GoogleCloudApigeeV1OperationConfig setApiSource(String apiSource)
apiSource - apiSource or null for nonepublic List<GoogleCloudApigeeV1Attribute> getAttributes()
null for nonepublic GoogleCloudApigeeV1OperationConfig setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
attributes - attributes or null for nonepublic List<GoogleCloudApigeeV1Operation> getOperations()
null for nonepublic GoogleCloudApigeeV1OperationConfig setOperations(List<GoogleCloudApigeeV1Operation> operations)
operations - operations or null for nonepublic GoogleCloudApigeeV1Quota getQuota()
null for nonepublic GoogleCloudApigeeV1OperationConfig setQuota(GoogleCloudApigeeV1Quota quota)
quota - quota or null for nonepublic GoogleCloudApigeeV1OperationConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1OperationConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.