public final class GoogleCloudApigeeV1ProfileConfigCategory
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 |
|---|
GoogleCloudApigeeV1ProfileConfigCategory() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ProfileConfigCategory |
clone() |
GoogleCloudApigeeV1ProfileConfigAbuse |
getAbuse()
Checks for abuse, which includes any requests sent to the API for purposes other than what it
is intended for, such as high volumes of requests, data scraping, and abuse related to
authorization.
|
GoogleCloudApigeeV1ProfileConfigAuthorization |
getAuthorization()
Checks to see if you have an authorization policy in place.
|
GoogleCloudApigeeV1ProfileConfigCORS |
getCors()
Checks to see if you have CORS policy in place.
|
GoogleCloudApigeeV1ProfileConfigMediation |
getMediation()
Checks to see if you have a mediation policy in place.
|
GoogleCloudApigeeV1ProfileConfigMTLS |
getMtls()
Checks to see if you have configured mTLS for the target server.
|
GoogleCloudApigeeV1ProfileConfigThreat |
getThreat()
Checks to see if you have a threat protection policy in place.
|
GoogleCloudApigeeV1ProfileConfigCategory |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1ProfileConfigCategory |
setAbuse(GoogleCloudApigeeV1ProfileConfigAbuse abuse)
Checks for abuse, which includes any requests sent to the API for purposes other than what it
is intended for, such as high volumes of requests, data scraping, and abuse related to
authorization.
|
GoogleCloudApigeeV1ProfileConfigCategory |
setAuthorization(GoogleCloudApigeeV1ProfileConfigAuthorization authorization)
Checks to see if you have an authorization policy in place.
|
GoogleCloudApigeeV1ProfileConfigCategory |
setCors(GoogleCloudApigeeV1ProfileConfigCORS cors)
Checks to see if you have CORS policy in place.
|
GoogleCloudApigeeV1ProfileConfigCategory |
setMediation(GoogleCloudApigeeV1ProfileConfigMediation mediation)
Checks to see if you have a mediation policy in place.
|
GoogleCloudApigeeV1ProfileConfigCategory |
setMtls(GoogleCloudApigeeV1ProfileConfigMTLS mtls)
Checks to see if you have configured mTLS for the target server.
|
GoogleCloudApigeeV1ProfileConfigCategory |
setThreat(GoogleCloudApigeeV1ProfileConfigThreat threat)
Checks to see if you have a threat protection policy in place.
|
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 GoogleCloudApigeeV1ProfileConfigCategory()
public GoogleCloudApigeeV1ProfileConfigAbuse getAbuse()
null for nonepublic GoogleCloudApigeeV1ProfileConfigCategory setAbuse(GoogleCloudApigeeV1ProfileConfigAbuse abuse)
abuse - abuse or null for nonepublic GoogleCloudApigeeV1ProfileConfigAuthorization getAuthorization()
null for nonepublic GoogleCloudApigeeV1ProfileConfigCategory setAuthorization(GoogleCloudApigeeV1ProfileConfigAuthorization authorization)
authorization - authorization or null for nonepublic GoogleCloudApigeeV1ProfileConfigCORS getCors()
null for nonepublic GoogleCloudApigeeV1ProfileConfigCategory setCors(GoogleCloudApigeeV1ProfileConfigCORS cors)
cors - cors or null for nonepublic GoogleCloudApigeeV1ProfileConfigMediation getMediation()
null for nonepublic GoogleCloudApigeeV1ProfileConfigCategory setMediation(GoogleCloudApigeeV1ProfileConfigMediation mediation)
mediation - mediation or null for nonepublic GoogleCloudApigeeV1ProfileConfigMTLS getMtls()
null for nonepublic GoogleCloudApigeeV1ProfileConfigCategory setMtls(GoogleCloudApigeeV1ProfileConfigMTLS mtls)
mtls - mtls or null for nonepublic GoogleCloudApigeeV1ProfileConfigThreat getThreat()
null for nonepublic GoogleCloudApigeeV1ProfileConfigCategory setThreat(GoogleCloudApigeeV1ProfileConfigThreat threat)
threat - threat or null for nonepublic GoogleCloudApigeeV1ProfileConfigCategory set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1ProfileConfigCategory clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.