public final class V1Beta1ImportProducerOverridesRequest
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 |
---|
V1Beta1ImportProducerOverridesRequest() |
Modifier and Type | Method and Description |
---|---|
V1Beta1ImportProducerOverridesRequest |
clone() |
Boolean |
getForce()
Whether to force the creation of the quota overrides.
|
String |
getForceJustification()
If force option is set to true, force_justification is suggested to be set to log the reason in
audit logs.
|
List<String> |
getForceOnly()
The list of quota safety checks to ignore before the override mutation.
|
V1Beta1OverrideInlineSource |
getInlineSource()
The import data is specified in the request message itself
|
V1Beta1ImportProducerOverridesRequest |
set(String fieldName,
Object value) |
V1Beta1ImportProducerOverridesRequest |
setForce(Boolean force)
Whether to force the creation of the quota overrides.
|
V1Beta1ImportProducerOverridesRequest |
setForceJustification(String forceJustification)
If force option is set to true, force_justification is suggested to be set to log the reason in
audit logs.
|
V1Beta1ImportProducerOverridesRequest |
setForceOnly(List<String> forceOnly)
The list of quota safety checks to ignore before the override mutation.
|
V1Beta1ImportProducerOverridesRequest |
setInlineSource(V1Beta1OverrideInlineSource inlineSource)
The import data is specified in the request message itself
|
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 V1Beta1ImportProducerOverridesRequest()
public Boolean getForce()
null
for nonepublic V1Beta1ImportProducerOverridesRequest setForce(Boolean force)
force
- force or null
for nonepublic String getForceJustification()
null
for nonepublic V1Beta1ImportProducerOverridesRequest setForceJustification(String forceJustification)
forceJustification
- forceJustification or null
for nonepublic List<String> getForceOnly()
null
for nonepublic V1Beta1ImportProducerOverridesRequest setForceOnly(List<String> forceOnly)
forceOnly
- forceOnly or null
for nonepublic V1Beta1OverrideInlineSource getInlineSource()
null
for nonepublic V1Beta1ImportProducerOverridesRequest setInlineSource(V1Beta1OverrideInlineSource inlineSource)
inlineSource
- inlineSource or null
for nonepublic V1Beta1ImportProducerOverridesRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public V1Beta1ImportProducerOverridesRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.