Google Cloud Security Command Center V1p1beta1 Client - Class UpdateSecurityMarksRequest (1.17.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class UpdateSecurityMarksRequest.

Request message for updating a SecurityMarks resource.

Generated from protobuf message google.cloud.securitycenter.v1p1beta1.UpdateSecurityMarksRequest

Namespace

Google \ Cloud \ SecurityCenter \ V1p1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ security_marks Google\Cloud\SecurityCenter\V1p1beta1\SecurityMarks

Required. The security marks resource to update.

↳ update_mask Google\Protobuf\FieldMask

The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".

↳ start_time Google\Protobuf\Timestamp

The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.

getSecurityMarks

Required. The security marks resource to update.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1p1beta1\SecurityMarks|null

hasSecurityMarks

clearSecurityMarks

setSecurityMarks

Required. The security marks resource to update.

Parameter
NameDescription
var Google\Cloud\SecurityCenter\V1p1beta1\SecurityMarks
Returns
TypeDescription
$this

getUpdateMask

The FieldMask to use when updating the security marks resource.

The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The FieldMask to use when updating the security marks resource.

The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

getStartTime

The time at which the updated SecurityMarks take effect.

If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time at which the updated SecurityMarks take effect.

If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this