Class: Google::Cloud::Dataplex::V1::DataScan::ExecutionSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/datascans.rb

Overview

DataScan execution settings.

Instance Attribute Summary collapse

Instance Attribute Details

#field::String

Returns Immutable. The unnested field (of type Date or Timestamp) that contains values which monotonically increase over time.

If not specified, a data scan will run for all data in the table.

Returns:

  • (::String)

    Immutable. The unnested field (of type Date or Timestamp) that contains values which monotonically increase over time.

    If not specified, a data scan will run for all data in the table.



367
368
369
370
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 367

class ExecutionSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#trigger::Google::Cloud::Dataplex::V1::Trigger

Returns Optional. Spec related to how often and when a scan should be triggered.

If not specified, the default is OnDemand, which means the scan will not run until the user calls RunDataScan API.

Returns:

  • (::Google::Cloud::Dataplex::V1::Trigger)

    Optional. Spec related to how often and when a scan should be triggered.

    If not specified, the default is OnDemand, which means the scan will not run until the user calls RunDataScan API.



367
368
369
370
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 367

class ExecutionSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end