Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class UpdateSourceRequest.
Request message for updating a source.
Generated from protobuf message google.cloud.securitycenter.v1.UpdateSourceRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ source |
Google\Cloud\SecurityCenter\V1\Source
Required. The source resource to update. |
↳ update_mask |
Google\Protobuf\FieldMask
The FieldMask to use when updating the source resource. If empty all mutable fields will be updated. |
getSource
Required. The source resource to update.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\Source|null |
hasSource
clearSource
setSource
Required. The source resource to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\Source
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The FieldMask to use when updating the source resource.
If empty all mutable fields will be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The FieldMask to use when updating the source resource.
If empty all mutable fields will be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
source |
Google\Cloud\SecurityCenter\V1\Source
Required. The source resource to update. |
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\UpdateSourceRequest |