public final class GoogleCloudApigeeV1SecurityActionConditionConfig
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 |
|---|
GoogleCloudApigeeV1SecurityActionConditionConfig() |
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 GoogleCloudApigeeV1SecurityActionConditionConfig()
public List<String> getAccessTokens()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setAccessTokens(List<String> accessTokens)
accessTokens - accessTokens or null for nonepublic List<String> getApiKeys()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setApiKeys(List<String> apiKeys)
apiKeys - apiKeys or null for nonepublic List<String> getApiProducts()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setApiProducts(List<String> apiProducts)
apiProducts - apiProducts or null for nonepublic List<Long> getAsns()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setAsns(List<Long> asns)
asns - asns or null for nonepublic List<String> getBotReasons()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setBotReasons(List<String> botReasons)
botReasons - botReasons or null for nonepublic List<String> getDeveloperApps()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setDeveloperApps(List<String> developerApps)
developerApps - developerApps or null for nonepublic List<String> getDevelopers()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setDevelopers(List<String> developers)
developers - developers or null for nonepublic List<String> getHttpMethods()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setHttpMethods(List<String> httpMethods)
httpMethods - httpMethods or null for nonepublic List<String> getIpAddressRanges()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setIpAddressRanges(List<String> ipAddressRanges)
ipAddressRanges - ipAddressRanges or null for nonepublic List<String> getRegionCodes()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setRegionCodes(List<String> regionCodes)
regionCodes - regionCodes or null for nonepublic List<String> getUserAgents()
null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig setUserAgents(List<String> userAgents)
userAgents - userAgents or null for nonepublic GoogleCloudApigeeV1SecurityActionConditionConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1SecurityActionConditionConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.