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
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\SecurityMarks|null |
hasSecurityMarks
clearSecurityMarks
setSecurityMarks
Required. The security marks resource to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\SecurityMarks
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
securityMarks |
Google\Cloud\SecurityCenter\V1\SecurityMarks
Required. The security marks resource to update. |
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\UpdateSecurityMarksRequest |