GoogleCloudDataplexV1ZoneDiscoverySpec class
Settings to manage the metadata discovery and publishing in a zone.
Constructors
-
GoogleCloudDataplexV1ZoneDiscoverySpec({GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions? csvOptions, bool? enabled, List<
String> ? excludePatterns, List<String> ? includePatterns, GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions? jsonOptions, String? schedule}) - GoogleCloudDataplexV1ZoneDiscoverySpec.fromJson(Map json_)
Properties
- csvOptions ↔ GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions?
-
Configuration for CSV data.
getter/setter pair
- enabled ↔ bool?
-
Whether discovery is enabled.
getter/setter pair
-
excludePatterns
↔ List<
String> ? -
The list of patterns to apply for selecting data to exclude during
discovery.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includePatterns
↔ List<
String> ? -
The list of patterns to apply for selecting data to include during
discovery if only a subset of the data should considered.
getter/setter pair
- jsonOptions ↔ GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions?
-
Configuration for Json data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schedule ↔ String?
-
Cron schedule (https://en.wikipedia.org/wiki/Cron) for running discovery
periodically.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited