Class: Google::Cloud::Dataplex::V1::CreateDataScanRequest

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

Instance Attribute Details

#data_scan::Google::Cloud::Dataplex::V1::DataScan

Returns Required. DataScan resource.

Returns:



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.

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.


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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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