Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class UpdateResourceValueConfigRequest.
Request message to update resource value config
Generated from protobuf message google.cloud.securitycenter.v1.UpdateResourceValueConfigRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource_value_config |
Google\Cloud\SecurityCenter\V1\ResourceValueConfig
Required. The resource value config being updated. |
↳ update_mask |
Google\Protobuf\FieldMask
The list of fields to be updated. If empty all mutable fields will be updated. |
getResourceValueConfig
Required. The resource value config being updated.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\ResourceValueConfig|null |
hasResourceValueConfig
clearResourceValueConfig
setResourceValueConfig
Required. The resource value config being updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\ResourceValueConfig
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The list of fields to be updated.
If empty all mutable fields will be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated.
If empty all mutable fields will be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
resourceValueConfig |
Google\Cloud\SecurityCenter\V1\ResourceValueConfig
Required. The resource value config being updated. |
updateMask |
Google\Protobuf\FieldMask
The list of fields to be updated. If empty all mutable fields will be updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\UpdateResourceValueConfigRequest |