Interface UpdateQuotaAdjusterSettingsRequestOrBuilder (0.28.0)

public interface UpdateQuotaAdjusterSettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQuotaAdjusterSettings()

public abstract QuotaAdjusterSettings getQuotaAdjusterSettings()

Required. The QuotaAdjusterSettings to update.

.google.api.cloudquotas.v1beta.QuotaAdjusterSettings quota_adjuster_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
QuotaAdjusterSettings

The quotaAdjusterSettings.

getQuotaAdjusterSettingsOrBuilder()

public abstract QuotaAdjusterSettingsOrBuilder getQuotaAdjusterSettingsOrBuilder()

Required. The QuotaAdjusterSettings to update.

.google.api.cloudquotas.v1beta.QuotaAdjusterSettings quota_adjuster_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
QuotaAdjusterSettingsOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

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.

bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

hasQuotaAdjusterSettings()

public abstract boolean hasQuotaAdjusterSettings()

Required. The QuotaAdjusterSettings to update.

.google.api.cloudquotas.v1beta.QuotaAdjusterSettings quota_adjuster_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the quotaAdjusterSettings field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.