Class: Google::Cloud::Dataplex::V1::UpdateDataScanRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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.

Returns:

  • (::Boolean)

    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