public final class V1Beta1ImportProducerQuotaPoliciesRequest
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 Service Consumer Management 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
V1Beta1ImportProducerQuotaPoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
V1Beta1ImportProducerQuotaPoliciesRequest |
clone() |
Boolean |
getForce()
Whether quota policy can result in a decrease of effective limit.
|
String |
getForceJustification()
If force or force_skip_quota_usage_check option is set to true, force_justification is
suggested to be set to log the reason in audit logs.
|
Boolean |
getForceSkipQuotaUsageCheck()
If set to true, skip the quota usage check.
|
V1Beta1PolicyInlineSource |
getInlineSource()
The import data is specified in the request message itself
|
Boolean |
getValidateOnly()
If set to true, validate the request, but do not actually update.
|
V1Beta1ImportProducerQuotaPoliciesRequest |
set(String fieldName,
Object value) |
V1Beta1ImportProducerQuotaPoliciesRequest |
setForce(Boolean force)
Whether quota policy can result in a decrease of effective limit.
|
V1Beta1ImportProducerQuotaPoliciesRequest |
setForceJustification(String forceJustification)
If force or force_skip_quota_usage_check option is set to true, force_justification is
suggested to be set to log the reason in audit logs.
|
V1Beta1ImportProducerQuotaPoliciesRequest |
setForceSkipQuotaUsageCheck(Boolean forceSkipQuotaUsageCheck)
If set to true, skip the quota usage check.
|
V1Beta1ImportProducerQuotaPoliciesRequest |
setInlineSource(V1Beta1PolicyInlineSource inlineSource)
The import data is specified in the request message itself
|
V1Beta1ImportProducerQuotaPoliciesRequest |
setValidateOnly(Boolean validateOnly)
If set to true, validate the request, but do not actually update.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public V1Beta1ImportProducerQuotaPoliciesRequest()
public Boolean getForce()
null
for nonepublic V1Beta1ImportProducerQuotaPoliciesRequest setForce(Boolean force)
force
- force or null
for nonepublic String getForceJustification()
null
for nonepublic V1Beta1ImportProducerQuotaPoliciesRequest setForceJustification(String forceJustification)
forceJustification
- forceJustification or null
for nonepublic Boolean getForceSkipQuotaUsageCheck()
null
for nonepublic V1Beta1ImportProducerQuotaPoliciesRequest setForceSkipQuotaUsageCheck(Boolean forceSkipQuotaUsageCheck)
forceSkipQuotaUsageCheck
- forceSkipQuotaUsageCheck or null
for nonepublic V1Beta1PolicyInlineSource getInlineSource()
null
for nonepublic V1Beta1ImportProducerQuotaPoliciesRequest setInlineSource(V1Beta1PolicyInlineSource inlineSource)
inlineSource
- inlineSource or null
for nonepublic Boolean getValidateOnly()
null
for nonepublic V1Beta1ImportProducerQuotaPoliciesRequest setValidateOnly(Boolean validateOnly)
validateOnly
- validateOnly or null
for nonepublic V1Beta1ImportProducerQuotaPoliciesRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public V1Beta1ImportProducerQuotaPoliciesRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.