public interface UpdateQuotaAdjusterSettingsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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, 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.
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. |