Class CreateQuotaPreferenceRequest (0.1.8)

CreateQuotaPreferenceRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Message for creating a QuotaPreference

Attributes

NameDescription
parent str
Required. Value for parent. Example: projects/123/locations/global
quota_preference_id str
Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.
quota_preference google.cloud.cloudquotas_v1.types.QuotaPreference
Required. The resource being created
ignore_safety_checks MutableSequence[google.cloud.cloudquotas_v1.types.QuotaSafetyCheck]
The list of quota safety checks to be ignored.