public sealed class UpdateQuotaAdjusterSettingsRequest : IMessage<UpdateQuotaAdjusterSettingsRequest>, IEquatable<UpdateQuotaAdjusterSettingsRequest>, IDeepCloneable<UpdateQuotaAdjusterSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1beta API class UpdateQuotaAdjusterSettingsRequest.
Request for updating QuotaAdjusterSettings
Implements
IMessageUpdateQuotaAdjusterSettingsRequest, IEquatableUpdateQuotaAdjusterSettingsRequest, IDeepCloneableUpdateQuotaAdjusterSettingsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudQuotas.V1BetaAssembly
Google.Cloud.CloudQuotas.V1Beta.dll
Constructors
UpdateQuotaAdjusterSettingsRequest()
public UpdateQuotaAdjusterSettingsRequest()
UpdateQuotaAdjusterSettingsRequest(UpdateQuotaAdjusterSettingsRequest)
public UpdateQuotaAdjusterSettingsRequest(UpdateQuotaAdjusterSettingsRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateQuotaAdjusterSettingsRequest |
Properties
QuotaAdjusterSettings
public QuotaAdjusterSettings QuotaAdjusterSettings { get; set; }
Required. The QuotaAdjusterSettings to update.
Property Value | |
---|---|
Type | Description |
QuotaAdjusterSettings |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The list of fields to update.
Property Value | |
---|---|
Type | Description |
FieldMask |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. If set to true, checks the syntax of the request but doesn't update the quota adjuster settings value. Note that although a request can be valid, that doesn't guarantee that the request will be fulfilled.
Property Value | |
---|---|
Type | Description |
bool |