Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::UpdateCloudControlRequest (v0.1.0)

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

Request message for UpdateCloudControl.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cloud_control

def cloud_control() -> ::Google::Cloud::CloudSecurityCompliance::V1::CloudControl
Returns

#cloud_control=

def cloud_control=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::CloudControl
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) —

    Optional. Field mask is used to specify the fields to be overwritten in the CloudControl 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. The fields that can be updated are:

    1. Display_name
    2. Description
    3. Parameters
    4. Rules
    5. ParameterSpec.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) —

    Optional. Field mask is used to specify the fields to be overwritten in the CloudControl 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. The fields that can be updated are:

    1. Display_name
    2. Description
    3. Parameters
    4. Rules
    5. ParameterSpec.
Returns
  • (::Google::Protobuf::FieldMask) —

    Optional. Field mask is used to specify the fields to be overwritten in the CloudControl 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. The fields that can be updated are:

    1. Display_name
    2. Description
    3. Parameters
    4. Rules
    5. ParameterSpec.