Reference documentation and code samples for the Google Cloud Quotas V1beta Client class UpdateQuotaAdjusterSettingsRequest.
Request for updating QuotaAdjusterSettings
Generated from protobuf message google.api.cloudquotas.v1beta.UpdateQuotaAdjusterSettingsRequest
Namespace
Google \ Cloud \ CloudQuotas \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ quota_adjuster_settings |
QuotaAdjusterSettings
Required. The QuotaAdjusterSettings to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
↳ validate_only |
bool
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. |
getQuotaAdjusterSettings
Required. The QuotaAdjusterSettings to update.
| Returns | |
|---|---|
| Type | Description |
QuotaAdjusterSettings|null |
|
hasQuotaAdjusterSettings
clearQuotaAdjusterSettings
setQuotaAdjusterSettings
Required. The QuotaAdjusterSettings to update.
| Parameter | |
|---|---|
| Name | Description |
var |
QuotaAdjusterSettings
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. The list of fields to update.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
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.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setValidateOnly
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.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
quotaAdjusterSettings |
QuotaAdjusterSettings
Required. The QuotaAdjusterSettings to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateQuotaAdjusterSettingsRequest |
|