Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanJob
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanJob
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
A DataScanJob represents an instance of DataScan execution.
Instance Attribute Summary collapse
-
#create_time ⇒ String
Output only.
-
#data_discovery_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResult
The output of a data discovery scan.
-
#data_discovery_spec ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoverySpec
Spec for a data discovery scan.
-
#data_profile_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult
DataProfileResult defines the output of DataProfileScan.
-
#data_profile_spec ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec
DataProfileScan related setting.
-
#data_quality_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityResult
The output of a DataQualityScan.
-
#data_quality_spec ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpec
DataQualityScan related setting.
-
#end_time ⇒ String
Output only.
-
#message ⇒ String
Output only.
-
#name ⇒ String
Output only.
-
#start_time ⇒ String
Output only.
-
#state ⇒ String
Output only.
-
#type ⇒ String
Output only.
-
#uid ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanJob
constructor
A new instance of GoogleCloudDataplexV1DataScanJob.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanJob
Returns a new instance of GoogleCloudDataplexV1DataScanJob.
3952 3953 3954 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3952 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Output only. The time when the DataScanJob was created.
Corresponds to the JSON property createTime
3881 3882 3883 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3881 def create_time @create_time end |
#data_discovery_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResult
The output of a data discovery scan.
Corresponds to the JSON property dataDiscoveryResult
3886 3887 3888 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3886 def data_discovery_result @data_discovery_result end |
#data_discovery_spec ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoverySpec
Spec for a data discovery scan.
Corresponds to the JSON property dataDiscoverySpec
3891 3892 3893 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3891 def data_discovery_spec @data_discovery_spec end |
#data_profile_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult
DataProfileResult defines the output of DataProfileScan. Each field of the
table will have field type specific profile result.
Corresponds to the JSON property dataProfileResult
3897 3898 3899 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3897 def data_profile_result @data_profile_result end |
#data_profile_spec ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec
DataProfileScan related setting.
Corresponds to the JSON property dataProfileSpec
3902 3903 3904 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3902 def data_profile_spec @data_profile_spec end |
#data_quality_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityResult
The output of a DataQualityScan.
Corresponds to the JSON property dataQualityResult
3907 3908 3909 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3907 def data_quality_result @data_quality_result end |
#data_quality_spec ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpec
DataQualityScan related setting.
Corresponds to the JSON property dataQualitySpec
3912 3913 3914 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3912 def data_quality_spec @data_quality_spec end |
#end_time ⇒ String
Output only. The time when the DataScanJob ended.
Corresponds to the JSON property endTime
3917 3918 3919 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3917 def end_time @end_time end |
#message ⇒ String
Output only. Additional information about the current state.
Corresponds to the JSON property message
3922 3923 3924 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3922 def @message end |
#name ⇒ String
Output only. Identifier. The relative resource name of the DataScanJob, of the
form: projects/project/locations/location_id/dataScans/datascan_id/jobs/
job_id, where project refers to a project_id or project_number and
location_id refers to a Google Cloud region.
Corresponds to the JSON property name
3930 3931 3932 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3930 def name @name end |
#start_time ⇒ String
Output only. The time when the DataScanJob was started.
Corresponds to the JSON property startTime
3935 3936 3937 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3935 def start_time @start_time end |
#state ⇒ String
Output only. Execution state for the DataScanJob.
Corresponds to the JSON property state
3940 3941 3942 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3940 def state @state end |
#type ⇒ String
Output only. The type of the parent DataScan.
Corresponds to the JSON property type
3945 3946 3947 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3945 def type @type end |
#uid ⇒ String
Output only. System generated globally unique ID for the DataScanJob.
Corresponds to the JSON property uid
3950 3951 3952 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3950 def uid @uid end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3957 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @data_discovery_result = args[:data_discovery_result] if args.key?(:data_discovery_result) @data_discovery_spec = args[:data_discovery_spec] if args.key?(:data_discovery_spec) @data_profile_result = args[:data_profile_result] if args.key?(:data_profile_result) @data_profile_spec = args[:data_profile_spec] if args.key?(:data_profile_spec) @data_quality_result = args[:data_quality_result] if args.key?(:data_quality_result) @data_quality_spec = args[:data_quality_spec] if args.key?(:data_quality_spec) @end_time = args[:end_time] if args.key?(:end_time) @message = args[:message] if args.key?(:message) @name = args[:name] if args.key?(:name) @start_time = args[:start_time] if args.key?(:start_time) @state = args[:state] if args.key?(:state) @type = args[:type] if args.key?(:type) @uid = args[:uid] if args.key?(:uid) end |