Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataScan::ExecutionSpec.
DataScan execution settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field
def field() -> ::String
Returns
- (::String) — Immutable. The unnested field (Date or Timestamp) that contains values that monotonically increase over time.
#field=
def field=(value) -> ::String
Parameter
- value (::String) — Immutable. The unnested field (Date or Timestamp) that contains values that monotonically increase over time.
Returns
- (::String) — Immutable. The unnested field (Date or Timestamp) that contains values that monotonically increase over time.
#trigger
def trigger() -> ::Google::Cloud::Dataplex::V1::Trigger
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.
#trigger=
def trigger=(value) -> ::Google::Cloud::Dataplex::V1::Trigger
Parameter
- value (::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.
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.