Cloud Quotas v1beta API - Class UpdateQuotaAdjusterSettingsRequest (1.0.0-beta01)

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

Inheritance

object > UpdateQuotaAdjusterSettingsRequest

Namespace

Google.Cloud.CloudQuotas.V1Beta

Assembly

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, 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.

Property Value
Type Description
bool