public sealed class CreateQuotaPreferenceRequest : IMessage<CreateQuotaPreferenceRequest>, IEquatable<CreateQuotaPreferenceRequest>, IDeepCloneable<CreateQuotaPreferenceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1 API class CreateQuotaPreferenceRequest.
Message for creating a QuotaPreference
Implements
IMessageCreateQuotaPreferenceRequest, IEquatableCreateQuotaPreferenceRequest, IDeepCloneableCreateQuotaPreferenceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudQuotas.V1Assembly
Google.Cloud.CloudQuotas.V1.dll
Constructors
CreateQuotaPreferenceRequest()
public CreateQuotaPreferenceRequest()
CreateQuotaPreferenceRequest(CreateQuotaPreferenceRequest)
public CreateQuotaPreferenceRequest(CreateQuotaPreferenceRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateQuotaPreferenceRequest |
Properties
IgnoreSafetyChecks
public RepeatedField<QuotaSafetyCheck> IgnoreSafetyChecks { get; }
The list of quota safety checks to be ignored.
Property Value | |
---|---|
Type | Description |
RepeatedFieldQuotaSafetyCheck |
Parent
public string Parent { get; set; }
Required. Value for parent.
Example:
projects/123/locations/global
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
QuotaPreference
public QuotaPreference QuotaPreference { get; set; }
Required. The resource being created
Property Value | |
---|---|
Type | Description |
QuotaPreference |
QuotaPreferenceId
public string QuotaPreferenceId { get; set; }
Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.
Property Value | |
---|---|
Type | Description |
string |