public interface UpdateQuotaPreferenceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowMissing()
Optional.
|
QuotaSafetyCheck |
getIgnoreSafetyChecks(int index)
The list of quota safety checks to be ignored.
|
int |
getIgnoreSafetyChecksCount()
The list of quota safety checks to be ignored.
|
List<QuotaSafetyCheck> |
getIgnoreSafetyChecksList()
The list of quota safety checks to be ignored.
|
int |
getIgnoreSafetyChecksValue(int index)
The list of quota safety checks to be ignored.
|
List<Integer> |
getIgnoreSafetyChecksValueList()
The list of quota safety checks to be ignored.
|
QuotaPreference |
getQuotaPreference()
Required.
|
QuotaPreferenceOrBuilder |
getQuotaPreferenceOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
getValidateOnly()
Optional.
|
boolean |
hasQuotaPreference()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the QuotaPreference resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMask getUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the QuotaPreference resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Field mask is used to specify the fields to be overwritten in the QuotaPreference resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasQuotaPreference()
Required. The resource being updated
.google.api.cloudquotas.v1beta.QuotaPreference quota_preference = 2 [(.google.api.field_behavior) = REQUIRED];
QuotaPreference getQuotaPreference()
Required. The resource being updated
.google.api.cloudquotas.v1beta.QuotaPreference quota_preference = 2 [(.google.api.field_behavior) = REQUIRED];
QuotaPreferenceOrBuilder getQuotaPreferenceOrBuilder()
Required. The resource being updated
.google.api.cloudquotas.v1beta.QuotaPreference quota_preference = 2 [(.google.api.field_behavior) = REQUIRED];
boolean getAllowMissing()
Optional. If set to true, and the quota preference is not found, a new one will be created. In this situation, `update_mask` is ignored.
bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];boolean getValidateOnly()
Optional. If set to true, validate the request, but do not actually update. Note that a request being valid does not mean that the request is guaranteed to be fulfilled.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];List<QuotaSafetyCheck> getIgnoreSafetyChecksList()
The list of quota safety checks to be ignored.
repeated .google.api.cloudquotas.v1beta.QuotaSafetyCheck ignore_safety_checks = 5;int getIgnoreSafetyChecksCount()
The list of quota safety checks to be ignored.
repeated .google.api.cloudquotas.v1beta.QuotaSafetyCheck ignore_safety_checks = 5;QuotaSafetyCheck getIgnoreSafetyChecks(int index)
The list of quota safety checks to be ignored.
repeated .google.api.cloudquotas.v1beta.QuotaSafetyCheck ignore_safety_checks = 5;index - The index of the element to return.List<Integer> getIgnoreSafetyChecksValueList()
The list of quota safety checks to be ignored.
repeated .google.api.cloudquotas.v1beta.QuotaSafetyCheck ignore_safety_checks = 5;int getIgnoreSafetyChecksValue(int index)
The list of quota safety checks to be ignored.
repeated .google.api.cloudquotas.v1beta.QuotaSafetyCheck ignore_safety_checks = 5;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.