Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class UpdateFrameworkRequest.
Request message for updating a Framework.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.UpdateFrameworkRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_mask
Google\Protobuf\FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the Framework resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten.
↳ framework
↳ major_revision_id
int|string
Optional. The major version ID of the framework to update.
getUpdateMask
Optional. Field mask is used to specify the fields to be overwritten in the Framework resource by the update.
The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Field mask is used to specify the fields to be overwritten in the Framework resource by the update.
The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten.
$this
getFramework
Required. The resource being updated
hasFramework
clearFramework
setFramework
Required. The resource being updated
$this
getMajorRevisionId
Optional. The major version ID of the framework to update.
int|string
setMajorRevisionId
Optional. The major version ID of the framework to update.
var
int|string
$this
static::build
framework
updateMask
Google\Protobuf\FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the Framework resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten.

