Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateDataScanRequest.
Create 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.
#data_scan=
def data_scan=(value) -> ::Google::Cloud::Dataplex::V1::DataScan
Parameter
- value (::Google::Cloud::Dataplex::V1::DataScan) — Required. DataScan resource.
Returns
- (::Google::Cloud::Dataplex::V1::DataScan) — Required. DataScan resource.
#data_scan_id
def data_scan_id() -> ::String
Returns
-
(::String) —
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.
#data_scan_id=
def data_scan_id=(value) -> ::String
Parameter
-
value (::String) —
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.
Returns
-
(::String) —
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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the parent location:
projects/{project}/locations/{location_id}
whereproject
refers to a project_id or project_number andlocation_id
refers to a GCP region.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the parent location:
projects/{project}/locations/{location_id}
whereproject
refers to a project_id or project_number andlocation_id
refers to a GCP region.
Returns
-
(::String) — Required. The resource name of the parent location:
projects/{project}/locations/{location_id}
whereproject
refers to a project_id or project_number andlocation_id
refers to a GCP region.
#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
.