public interface CreateQuotaPreferenceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
QuotaPreference |
getQuotaPreference()
Required.
|
String |
getQuotaPreferenceId()
Optional.
|
com.google.protobuf.ByteString |
getQuotaPreferenceIdBytes()
Optional.
|
QuotaPreferenceOrBuilder |
getQuotaPreferenceOrBuilder()
Required.
|
boolean |
hasQuotaPreference()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Value for parent. Example: `projects/123/locations/global`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Value for parent. Example: `projects/123/locations/global`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getQuotaPreferenceId()
Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.
string quota_preference_id = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getQuotaPreferenceIdBytes()
Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.
string quota_preference_id = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasQuotaPreference()
Required. The resource being created
.google.api.cloudquotas.v1beta.QuotaPreference quota_preference = 3 [(.google.api.field_behavior) = REQUIRED];
QuotaPreference getQuotaPreference()
Required. The resource being created
.google.api.cloudquotas.v1beta.QuotaPreference quota_preference = 3 [(.google.api.field_behavior) = REQUIRED];
QuotaPreferenceOrBuilder getQuotaPreferenceOrBuilder()
Required. The resource being created
.google.api.cloudquotas.v1beta.QuotaPreference quota_preference = 3 [(.google.api.field_behavior) = REQUIRED];
List<QuotaSafetyCheck> getIgnoreSafetyChecksList()
The list of quota safety checks to be ignored.
repeated .google.api.cloudquotas.v1beta.QuotaSafetyCheck ignore_safety_checks = 4;int getIgnoreSafetyChecksCount()
The list of quota safety checks to be ignored.
repeated .google.api.cloudquotas.v1beta.QuotaSafetyCheck ignore_safety_checks = 4;QuotaSafetyCheck getIgnoreSafetyChecks(int index)
The list of quota safety checks to be ignored.
repeated .google.api.cloudquotas.v1beta.QuotaSafetyCheck ignore_safety_checks = 4;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 = 4;int getIgnoreSafetyChecksValue(int index)
The list of quota safety checks to be ignored.
repeated .google.api.cloudquotas.v1beta.QuotaSafetyCheck ignore_safety_checks = 4;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.