public sealed class DataScan.Types.ExecutionSpec : IMessage<DataScan.Types.ExecutionSpec>, IEquatable<DataScan.Types.ExecutionSpec>, IDeepCloneable<DataScan.Types.ExecutionSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataScan.Types.ExecutionSpec.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation and code samples for the Cloud Dataplex v1 API class `DataScan.Types.ExecutionSpec`, detailing how to use the class to define data scan execution settings."],["`DataScan.Types.ExecutionSpec` is a class within the Google.Cloud.Dataplex.V1 namespace that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in order to define data scan execution settings."],["The class `ExecutionSpec` includes properties such as `Field` to specify a time-based field for incremental data scans and `Trigger` to define when a scan should be executed."],["This document also details the inheritance structure of `ExecutionSpec` from `object`, and provides a list of versions from 3.6.0 (latest) down to 1.0.0, offering access to documentation for past versions of the API."],["The `ExecutionSpec` class provides two constructors, `ExecutionSpec()` and `ExecutionSpec(DataScan.Types.ExecutionSpec other)` to create new instances of the class, with the latter allowing for the cloning of an existing instance."]]],[]]