Class: Google::Cloud::SecurityCenterManagement::V1::UpdateEventThreatDetectionCustomModuleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb

Overview

Message for updating a EventThreatDetectionCustomModule

Instance Attribute Summary collapse

Instance Attribute Details

#event_threat_detection_custom_module::Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule

Returns Required. The module being updated.

Returns:



1119
1120
1121
1122
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1119

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The fields to update. If omitted, then all fields are updated.

Returns:



1119
1120
1121
1122
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1119

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

#validate_only::Boolean

Returns Optional. When set to true, the request will be validated (including IAM checks), but no module will be updated. An OK response indicates that the request is valid, while an error response indicates that the request is invalid.

If the request is valid, a subsequent request to update the module could still fail for one of the following reasons:

  • The state of your cloud resources changed; for example, you lost a required IAM permission
  • An error occurred during creation of the module

Defaults to false.

Returns:

  • (::Boolean)

    Optional. When set to true, the request will be validated (including IAM checks), but no module will be updated. An OK response indicates that the request is valid, while an error response indicates that the request is invalid.

    If the request is valid, a subsequent request to update the module could still fail for one of the following reasons:

    • The state of your cloud resources changed; for example, you lost a required IAM permission
    • An error occurred during creation of the module

    Defaults to false.



1119
1120
1121
1122
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1119

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