Google Cloud Security Command Center V1 Client - Class UpdateSecurityMarksRequest (1.13.1)

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

Request message for updating a SecurityMarks resource.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ security_marks Google\Cloud\SecurityCenter\V1\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. Must be earlier or equal to the server time.

getSecurityMarks

Required. The security marks resource to update.

Generated from protobuf field .google.cloud.securitycenter.v1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];

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

hasSecurityMarks

clearSecurityMarks

setSecurityMarks

Required. The security marks resource to update.

Generated from protobuf field .google.cloud.securitycenter.v1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var Google\Cloud\SecurityCenter\V1\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>".

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;

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>".

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;

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. Must be earlier or equal to the server time.

Generated from protobuf field .google.protobuf.Timestamp start_time = 3;

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. Must be earlier or equal to the server time.

Generated from protobuf field .google.protobuf.Timestamp start_time = 3;

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