Class: Google::Cloud::Dlp::V2::UpdateDiscoveryConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::UpdateDiscoveryConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Request message for UpdateDiscoveryConfig.
Instance Attribute Summary collapse
-
#discovery_config ⇒ ::Google::Cloud::Dlp::V2::DiscoveryConfig
Required.
-
#name ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Mask to control which fields get updated.
Instance Attribute Details
#discovery_config ⇒ ::Google::Cloud::Dlp::V2::DiscoveryConfig
Returns Required. New DiscoveryConfig value.
3809 3810 3811 3812 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3809 class UpdateDiscoveryConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Resource name of the project and the configuration, for example
projects/dlp-test-project/discoveryConfigs/53234423
.
3809 3810 3811 3812 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3809 class UpdateDiscoveryConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask to control which fields get updated.
3809 3810 3811 3812 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3809 class UpdateDiscoveryConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |