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.
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.
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.
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.
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.
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.
[[["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-08-07 UTC."],[],[],null,["# Interface DataScan.ExecutionSpecOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.dataplex.v1.DataScan.ExecutionSpecOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.dataplex.v1.DataScan.ExecutionSpecOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.dataplex.v1.DataScan.ExecutionSpecOrBuilder) \n\n public static interface DataScan.ExecutionSpecOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getField()\n\n public abstract String getField()\n\nImmutable. The unnested field (of type *Date* or *Timestamp*) that\ncontains values which monotonically increase over time.\nIf not specified, a data scan will run for all data in the table.\n\n`string field = 100;`\n\n### getFieldBytes()\n\n public abstract ByteString getFieldBytes()\n\nImmutable. The unnested field (of type *Date* or *Timestamp*) that\ncontains values which monotonically increase over time.\nIf not specified, a data scan will run for all data in the table.\n\n`string field = 100;`\n\n### getIncrementalCase()\n\n public abstract DataScan.ExecutionSpec.IncrementalCase getIncrementalCase()\n\n### getTrigger()\n\n public abstract Trigger getTrigger()\n\nOptional. Spec related to how often and when a scan should be triggered.\nIf not specified, the default is `OnDemand`, which means the scan will\nnot run until the user calls `RunDataScan` API.\n\n`.google.events.cloud.dataplex.v1.Trigger trigger = 1;`\n\n### getTriggerOrBuilder()\n\n public abstract TriggerOrBuilder getTriggerOrBuilder()\n\nOptional. Spec related to how often and when a scan should be triggered.\nIf not specified, the default is `OnDemand`, which means the scan will\nnot run until the user calls `RunDataScan` API.\n\n`.google.events.cloud.dataplex.v1.Trigger trigger = 1;`\n\n### hasField()\n\n public abstract boolean hasField()\n\nImmutable. The unnested field (of type *Date* or *Timestamp*) that\ncontains values which monotonically increase over time.\nIf not specified, a data scan will run for all data in the table.\n\n`string field = 100;`\n\n### hasTrigger()\n\n public abstract boolean hasTrigger()\n\nOptional. Spec related to how often and when a scan should be triggered.\nIf not specified, the default is `OnDemand`, which means the scan will\nnot run until the user calls `RunDataScan` API.\n\n`.google.events.cloud.dataplex.v1.Trigger trigger = 1;`"]]