Class: Google::Cloud::Dataplex::V1::CreateDataScanRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateDataScanRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
Create dataScan request.
Instance Attribute Summary collapse
-
#data_scan ⇒ ::Google::Cloud::Dataplex::V1::DataScan
Required.
-
#data_scan_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#data_scan ⇒ ::Google::Cloud::Dataplex::V1::DataScan
Returns Required. DataScan resource.
47 48 49 50 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 47 class CreateDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_scan_id ⇒ ::String
Returns Required. DataScan identifier.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must end with a number or a letter.
- Must be between 1-63 characters.
- Must be unique within the customer project / location.
47 48 49 50 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 47 class CreateDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the parent location:
projects/{project}/locations/{location_id}
where project
refers to a project_id or project_number and
location_id
refers to a GCP region.
47 48 49 50 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 47 class CreateDataScanRequest 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
.
47 48 49 50 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 47 class CreateDataScanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |