Interface ImportConsumerOverridesRequestOrBuilder (2.57.0)

publicinterface ImportConsumerOverridesRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getForce()

publicabstractbooleangetForce()

Whether to force the creation of the quota overrides. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.

bool force = 3;

Returns
Type Description
boolean

The force.

getForceOnly(int index)

publicabstractQuotaSafetyCheckgetForceOnly(intindex)

The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.

repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 4;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
QuotaSafetyCheck

The forceOnly at the given index.

getForceOnlyCount()

publicabstractintgetForceOnlyCount()

The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.

repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 4;

Returns
Type Description
int

The count of forceOnly.

getForceOnlyList()

publicabstractList<QuotaSafetyCheck>getForceOnlyList()

The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.

repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 4;

Returns
Type Description
List<QuotaSafetyCheck>

A list containing the forceOnly.

getForceOnlyValue(int index)

publicabstractintgetForceOnlyValue(intindex)

The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.

repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 4;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of forceOnly at the given index.

getForceOnlyValueList()

publicabstractList<Integer>getForceOnlyValueList()

The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.

repeated .google.api.serviceusage.v1beta1.QuotaSafetyCheck force_only = 4;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for forceOnly.

getInlineSource()

publicabstractOverrideInlineSourcegetInlineSource()

The import data is specified in the request message itself

.google.api.serviceusage.v1beta1.OverrideInlineSource inline_source = 2;

Returns
Type Description
OverrideInlineSource

The inlineSource.

getInlineSourceOrBuilder()

publicabstractOverrideInlineSourceOrBuildergetInlineSourceOrBuilder()

The import data is specified in the request message itself

.google.api.serviceusage.v1beta1.OverrideInlineSource inline_source = 2;

Returns
Type Description
OverrideInlineSourceOrBuilder

getParent()

publicabstractStringgetParent()

The resource name of the consumer.

An example name would be: projects/123/services/compute.googleapis.com

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

The resource name of the consumer.

An example name would be: projects/123/services/compute.googleapis.com

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.

getSourceCase()

publicabstractImportConsumerOverridesRequest.SourceCasegetSourceCase()
Returns
Type Description
ImportConsumerOverridesRequest.SourceCase

hasInlineSource()

publicabstractbooleanhasInlineSource()

The import data is specified in the request message itself

.google.api.serviceusage.v1beta1.OverrideInlineSource inline_source = 2;

Returns
Type Description
boolean

Whether the inlineSource field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.