Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::UpdateFrameworkRequest (v0.2.0)

Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::UpdateFrameworkRequest.

The request message for [UpdateFramework][].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#framework

def framework() -> ::Google::Cloud::CloudSecurityCompliance::V1::Framework
Returns

#framework=

def framework=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::Framework
Parameter
Returns

#major_revision_id

def major_revision_id() -> ::Integer
Returns
  • (::Integer) — Optional. The major version ID of the framework to update.

#major_revision_id=

def major_revision_id=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The major version ID of the framework to update.
Returns
  • (::Integer) — Optional. The major version ID of the framework to update.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Optional. A 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 is overwritten if it is in the mask. If you don't provide a mask then all fields present in the request will be overwritten.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Optional. A 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 is overwritten if it is in the mask. If you don't provide a mask then all fields present in the request will be overwritten.
Returns
  • (::Google::Protobuf::FieldMask) — Optional. A 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 is overwritten if it is in the mask. If you don't provide a mask then all fields present in the request will be overwritten.