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
Required.
-
#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.
65 66 67 68 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 65 class UpdateDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Mask of fields to update.
65 66 67 68 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 65 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
.
65 66 67 68 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 65 class UpdateDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |