Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::UpdateDataScanRequest.
Update dataScan request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_scan
def data_scan() -> ::Google::Cloud::Dataplex::V1::DataScan
Returns
-
(::Google::Cloud::Dataplex::V1::DataScan) — Required. DataScan resource to be updated.
Only fields specified in
update_mask
are updated.
#data_scan=
def data_scan=(value) -> ::Google::Cloud::Dataplex::V1::DataScan
Parameter
-
value (::Google::Cloud::Dataplex::V1::DataScan) — Required. DataScan resource to be updated.
Only fields specified in
update_mask
are updated.
Returns
-
(::Google::Cloud::Dataplex::V1::DataScan) — Required. DataScan resource to be updated.
Only fields specified in
update_mask
are updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. Mask of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask of fields to update.
#validate_only
def validate_only() -> ::Boolean
Returns
-
(::Boolean) — Optional. Only validate the request, but do not perform mutations.
The default is
false
.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
-
value (::Boolean) — 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
.