Class: Google::Cloud::SecurityCenter::V2::UpdateResourceValueConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb

Overview

Request message to update resource value config

Instance Attribute Summary collapse

Instance Attribute Details

#resource_value_config::Google::Cloud::SecurityCenter::V2::ResourceValueConfig

Returns Required. The resource value config being updated.

Returns:



1179
1180
1181
1182
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 1179

class UpdateResourceValueConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns The list of fields to be updated. If empty all mutable fields will be updated.

To update nested fields, include the top level field in the mask For example, to update gcp_metadata.resource_type, include the "gcp_metadata" field mask.

Returns:

  • (::Google::Protobuf::FieldMask)

    The list of fields to be updated. If empty all mutable fields will be updated.

    To update nested fields, include the top level field in the mask For example, to update gcp_metadata.resource_type, include the "gcp_metadata" field mask



1179
1180
1181
1182
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 1179

class UpdateResourceValueConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end