Class: Google::Cloud::Dataplex::V1::UpdateDataScanRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateDataScanRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
Update dataScan request.
Instance Attribute Summary collapse
-
#data_scan ⇒ ::Google::Cloud::Dataplex::V1::DataScan
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#data_scan ⇒ ::Google::Cloud::Dataplex::V1::DataScan
Returns Required. DataScan resource to be updated.
Only fields specified in update_mask are updated.
66 67 68 69 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 66 class UpdateDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Mask of fields to update.
66 67 68 69 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 66 class UpdateDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Only validate the request, but do not perform mutations.
The default is false.
66 67 68 69 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 66 class UpdateDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |