Google Cloud Security Command Center V2 Client - Class UpdateSourceRequest (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class UpdateSourceRequest.

Request message for updating a source.

Generated from protobuf message google.cloud.securitycenter.v2.UpdateSourceRequest

Namespace

Google \ Cloud \ SecurityCenter \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ source Google\Cloud\SecurityCenter\V2\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\V2\Source|null

hasSource

clearSource

setSource

Required. The source resource to update.

Parameter
Name Description
var Google\Cloud\SecurityCenter\V2\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

Parameters
Name Description
source Google\Cloud\SecurityCenter\V2\Source

Required. The source resource to update.

updateMask Google\Protobuf\FieldMask

The FieldMask to use when updating the source resource.

If empty all mutable fields will be updated.

Returns
Type Description
Google\Cloud\SecurityCenter\V2\UpdateSourceRequest