Class: Google::Cloud::WebSecurityScanner::V1beta::UpdateScanConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1beta::UpdateScanConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb
Overview
Request for the UpdateScanConfigRequest
method.
Instance Attribute Summary collapse
-
#scan_config ⇒ ::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#scan_config ⇒ ::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig
Returns Required. The ScanConfig to be updated. The name field must be set to identify the resource to be updated. The values of fields not covered by the mask will be ignored.
88 89 90 91 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 88 class UpdateScanConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource. For the FieldMask
definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
88 89 90 91 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 88 class UpdateScanConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |