Class UpdateAdminOverrideRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
- com.google.api.serviceusage.v1beta1.UpdateAdminOverrideRequest.Builder
-
- All Implemented Interfaces:
UpdateAdminOverrideRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- UpdateAdminOverrideRequest
public static final class UpdateAdminOverrideRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder> implements UpdateAdminOverrideRequestOrBuilder
Request message for UpdateAdminOverride.
Protobuf typegoogle.api.serviceusage.v1beta1.UpdateAdminOverrideRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAdminOverrideRequest.Builder
addAllForceOnly(Iterable<? extends QuotaSafetyCheck> values)
The list of quota safety checks to ignore before the override mutation.UpdateAdminOverrideRequest.Builder
addAllForceOnlyValue(Iterable<Integer> values)
The list of quota safety checks to ignore before the override mutation.UpdateAdminOverrideRequest.Builder
addForceOnly(QuotaSafetyCheck value)
The list of quota safety checks to ignore before the override mutation.UpdateAdminOverrideRequest.Builder
addForceOnlyValue(int value)
The list of quota safety checks to ignore before the override mutation.UpdateAdminOverrideRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
UpdateAdminOverrideRequest
build()
UpdateAdminOverrideRequest
buildPartial()
UpdateAdminOverrideRequest.Builder
clear()
UpdateAdminOverrideRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
UpdateAdminOverrideRequest.Builder
clearForce()
Whether to force the update of the quota override.UpdateAdminOverrideRequest.Builder
clearForceOnly()
The list of quota safety checks to ignore before the override mutation.UpdateAdminOverrideRequest.Builder
clearName()
The resource name of the override to update.UpdateAdminOverrideRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
UpdateAdminOverrideRequest.Builder
clearOverride()
The new override.UpdateAdminOverrideRequest.Builder
clearUpdateMask()
Update only the specified fields of the override.UpdateAdminOverrideRequest.Builder
clone()
UpdateAdminOverrideRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getForce()
Whether to force the update of the quota override.QuotaSafetyCheck
getForceOnly(int index)
The list of quota safety checks to ignore before the override mutation.int
getForceOnlyCount()
The list of quota safety checks to ignore before the override mutation.List<QuotaSafetyCheck>
getForceOnlyList()
The list of quota safety checks to ignore before the override mutation.int
getForceOnlyValue(int index)
The list of quota safety checks to ignore before the override mutation.List<Integer>
getForceOnlyValueList()
The list of quota safety checks to ignore before the override mutation.String
getName()
The resource name of the override to update.com.google.protobuf.ByteString
getNameBytes()
The resource name of the override to update.QuotaOverride
getOverride()
The new override.QuotaOverride.Builder
getOverrideBuilder()
The new override.QuotaOverrideOrBuilder
getOverrideOrBuilder()
The new override.com.google.protobuf.FieldMask
getUpdateMask()
Update only the specified fields of the override.com.google.protobuf.FieldMask.Builder
getUpdateMaskBuilder()
Update only the specified fields of the override.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
Update only the specified fields of the override.boolean
hasOverride()
The new override.boolean
hasUpdateMask()
Update only the specified fields of the override.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
UpdateAdminOverrideRequest.Builder
mergeFrom(UpdateAdminOverrideRequest other)
UpdateAdminOverrideRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
UpdateAdminOverrideRequest.Builder
mergeFrom(com.google.protobuf.Message other)
UpdateAdminOverrideRequest.Builder
mergeOverride(QuotaOverride value)
The new override.UpdateAdminOverrideRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
UpdateAdminOverrideRequest.Builder
mergeUpdateMask(com.google.protobuf.FieldMask value)
Update only the specified fields of the override.UpdateAdminOverrideRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
UpdateAdminOverrideRequest.Builder
setForce(boolean value)
Whether to force the update of the quota override.UpdateAdminOverrideRequest.Builder
setForceOnly(int index, QuotaSafetyCheck value)
The list of quota safety checks to ignore before the override mutation.UpdateAdminOverrideRequest.Builder
setForceOnlyValue(int index, int value)
The list of quota safety checks to ignore before the override mutation.UpdateAdminOverrideRequest.Builder
setName(String value)
The resource name of the override to update.UpdateAdminOverrideRequest.Builder
setNameBytes(com.google.protobuf.ByteString value)
The resource name of the override to update.UpdateAdminOverrideRequest.Builder
setOverride(QuotaOverride value)
The new override.UpdateAdminOverrideRequest.Builder
setOverride(QuotaOverride.Builder builderForValue)
The new override.UpdateAdminOverrideRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
UpdateAdminOverrideRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
UpdateAdminOverrideRequest.Builder
setUpdateMask(com.google.protobuf.FieldMask value)
Update only the specified fields of the override.UpdateAdminOverrideRequest.Builder
setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Update only the specified fields of the override.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
clear
public UpdateAdminOverrideRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
getDefaultInstanceForType
public UpdateAdminOverrideRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public UpdateAdminOverrideRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public UpdateAdminOverrideRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public UpdateAdminOverrideRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
setField
public UpdateAdminOverrideRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
clearField
public UpdateAdminOverrideRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
clearOneof
public UpdateAdminOverrideRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
setRepeatedField
public UpdateAdminOverrideRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
addRepeatedField
public UpdateAdminOverrideRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
mergeFrom
public UpdateAdminOverrideRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<UpdateAdminOverrideRequest.Builder>
-
mergeFrom
public UpdateAdminOverrideRequest.Builder mergeFrom(UpdateAdminOverrideRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
mergeFrom
public UpdateAdminOverrideRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<UpdateAdminOverrideRequest.Builder>
- Throws:
IOException
-
getName
public String getName()
The resource name of the override to update. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
string name = 1;
- Specified by:
getName
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The resource name of the override to update. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
string name = 1;
- Specified by:
getNameBytes
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
public UpdateAdminOverrideRequest.Builder setName(String value)
The resource name of the override to update. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public UpdateAdminOverrideRequest.Builder clearName()
The resource name of the override to update. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
public UpdateAdminOverrideRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
The resource name of the override to update. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasOverride
public boolean hasOverride()
The new override. Only the override_value is updated; all other fields are ignored.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
- Specified by:
hasOverride
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- Whether the override field is set.
-
getOverride
public QuotaOverride getOverride()
The new override. Only the override_value is updated; all other fields are ignored.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
- Specified by:
getOverride
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- The override.
-
setOverride
public UpdateAdminOverrideRequest.Builder setOverride(QuotaOverride value)
The new override. Only the override_value is updated; all other fields are ignored.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
setOverride
public UpdateAdminOverrideRequest.Builder setOverride(QuotaOverride.Builder builderForValue)
The new override. Only the override_value is updated; all other fields are ignored.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
mergeOverride
public UpdateAdminOverrideRequest.Builder mergeOverride(QuotaOverride value)
The new override. Only the override_value is updated; all other fields are ignored.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
clearOverride
public UpdateAdminOverrideRequest.Builder clearOverride()
The new override. Only the override_value is updated; all other fields are ignored.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
getOverrideBuilder
public QuotaOverride.Builder getOverrideBuilder()
The new override. Only the override_value is updated; all other fields are ignored.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
-
getOverrideOrBuilder
public QuotaOverrideOrBuilder getOverrideOrBuilder()
The new override. Only the override_value is updated; all other fields are ignored.
.google.api.serviceusage.v1beta1.QuotaOverride override = 2;
- Specified by:
getOverrideOrBuilder
in interfaceUpdateAdminOverrideRequestOrBuilder
-
getForce
public boolean getForce()
Whether to force the update of the quota override. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.
bool force = 3;
- Specified by:
getForce
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- The force.
-
setForce
public UpdateAdminOverrideRequest.Builder setForce(boolean value)
Whether to force the update of the quota override. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.
bool force = 3;
- Parameters:
value
- The force to set.- Returns:
- This builder for chaining.
-
clearForce
public UpdateAdminOverrideRequest.Builder clearForce()
Whether to force the update of the quota override. 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:
- This builder for chaining.
-
hasUpdateMask
public boolean hasUpdateMask()
Update only the specified fields of the override. If unset, all fields will be updated.
.google.protobuf.FieldMask update_mask = 4;
- Specified by:
hasUpdateMask
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
public com.google.protobuf.FieldMask getUpdateMask()
Update only the specified fields of the override. If unset, all fields will be updated.
.google.protobuf.FieldMask update_mask = 4;
- Specified by:
getUpdateMask
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- The updateMask.
-
setUpdateMask
public UpdateAdminOverrideRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
Update only the specified fields of the override. If unset, all fields will be updated.
.google.protobuf.FieldMask update_mask = 4;
-
setUpdateMask
public UpdateAdminOverrideRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Update only the specified fields of the override. If unset, all fields will be updated.
.google.protobuf.FieldMask update_mask = 4;
-
mergeUpdateMask
public UpdateAdminOverrideRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
Update only the specified fields of the override. If unset, all fields will be updated.
.google.protobuf.FieldMask update_mask = 4;
-
clearUpdateMask
public UpdateAdminOverrideRequest.Builder clearUpdateMask()
Update only the specified fields of the override. If unset, all fields will be updated.
.google.protobuf.FieldMask update_mask = 4;
-
getUpdateMaskBuilder
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
Update only the specified fields of the override. If unset, all fields will be updated.
.google.protobuf.FieldMask update_mask = 4;
-
getUpdateMaskOrBuilder
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Update only the specified fields of the override. If unset, all fields will be updated.
.google.protobuf.FieldMask update_mask = 4;
- Specified by:
getUpdateMaskOrBuilder
in interfaceUpdateAdminOverrideRequestOrBuilder
-
getForceOnlyList
public List<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 = 5;
- Specified by:
getForceOnlyList
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- A list containing the forceOnly.
-
getForceOnlyCount
public int getForceOnlyCount()
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 = 5;
- Specified by:
getForceOnlyCount
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- The count of forceOnly.
-
getForceOnly
public QuotaSafetyCheck getForceOnly(int index)
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 = 5;
- Specified by:
getForceOnly
in interfaceUpdateAdminOverrideRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The forceOnly at the given index.
-
setForceOnly
public UpdateAdminOverrideRequest.Builder setForceOnly(int index, QuotaSafetyCheck value)
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 = 5;
- Parameters:
index
- The index to set the value at.value
- The forceOnly to set.- Returns:
- This builder for chaining.
-
addForceOnly
public UpdateAdminOverrideRequest.Builder addForceOnly(QuotaSafetyCheck value)
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 = 5;
- Parameters:
value
- The forceOnly to add.- Returns:
- This builder for chaining.
-
addAllForceOnly
public UpdateAdminOverrideRequest.Builder addAllForceOnly(Iterable<? extends QuotaSafetyCheck> values)
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 = 5;
- Parameters:
values
- The forceOnly to add.- Returns:
- This builder for chaining.
-
clearForceOnly
public UpdateAdminOverrideRequest.Builder clearForceOnly()
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 = 5;
- Returns:
- This builder for chaining.
-
getForceOnlyValueList
public List<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 = 5;
- Specified by:
getForceOnlyValueList
in interfaceUpdateAdminOverrideRequestOrBuilder
- Returns:
- A list containing the enum numeric values on the wire for forceOnly.
-
getForceOnlyValue
public int getForceOnlyValue(int index)
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 = 5;
- Specified by:
getForceOnlyValue
in interfaceUpdateAdminOverrideRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of forceOnly at the given index.
-
setForceOnlyValue
public UpdateAdminOverrideRequest.Builder setForceOnlyValue(int index, int value)
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 = 5;
- Parameters:
index
- The index to set the value at.value
- The enum numeric value on the wire for forceOnly to set.- Returns:
- This builder for chaining.
-
addForceOnlyValue
public UpdateAdminOverrideRequest.Builder addForceOnlyValue(int value)
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 = 5;
- Parameters:
value
- The enum numeric value on the wire for forceOnly to add.- Returns:
- This builder for chaining.
-
addAllForceOnlyValue
public UpdateAdminOverrideRequest.Builder addAllForceOnlyValue(Iterable<Integer> values)
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 = 5;
- Parameters:
values
- The enum numeric values on the wire for forceOnly to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final UpdateAdminOverrideRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
mergeUnknownFields
public final UpdateAdminOverrideRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateAdminOverrideRequest.Builder>
-
-