Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class UpdateSecurityMarksRequest.
Request message for updating a SecurityMarks resource.
Generated from protobuf message google.cloud.securitycenter.v2.UpdateSecurityMarksRequest
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ security_marks |
Google\Cloud\SecurityCenter\V2\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>". |
getSecurityMarks
Required. The security marks resource to update.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V2\SecurityMarks|null |
hasSecurityMarks
clearSecurityMarks
setSecurityMarks
Required. The security marks resource to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V2\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 |
static::build
Parameters | |
---|---|
Name | Description |
securityMarks |
Google\Cloud\SecurityCenter\V2\SecurityMarks
Required. The security marks resource to update. |
updateMask |
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>". |
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V2\UpdateSecurityMarksRequest |