Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DiscoverySpec.
Settings to manage the metadata discovery and publishing in a zone.
Generated from protobuf message google.cloud.dataplex.v1.Zone.DiscoverySpec
Namespace
Google \ Cloud \ Dataplex \ V1 \ ZoneMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Required. Whether discovery is enabled.
↳ include_patterns
array
Optional. The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.
↳ exclude_patterns
array
Optional. The list of patterns to apply for selecting data to exclude during discovery. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.
↳ csv_options
↳ json_options
↳ schedule
string
Optional. Cron schedule ( https://en.wikipedia.org/wiki/Cron
) for running discovery periodically. Successive discovery runs must be scheduled at least 60 minutes apart. The default value is to run discovery every 60 minutes. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, CRON_TZ=America/New_York 1 * * * *
, or TZ=America/New_York 1 * * * *
.
getEnabled
Required. Whether discovery is enabled.
bool
setEnabled
Required. Whether discovery is enabled.
var
bool
$this
getIncludePatterns
Optional. The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.
setIncludePatterns
Optional. The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.
var
string[]
$this
getExcludePatterns
Optional. The list of patterns to apply for selecting data to exclude during discovery. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.
setExcludePatterns
Optional. The list of patterns to apply for selecting data to exclude during discovery. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.
var
string[]
$this
getCsvOptions
Optional. Configuration for CSV data.
hasCsvOptions
clearCsvOptions
setCsvOptions
Optional. Configuration for CSV data.
$this
getJsonOptions
Optional. Configuration for Json data.
hasJsonOptions
clearJsonOptions
setJsonOptions
Optional. Configuration for Json data.
$this
getSchedule
Optional. Cron schedule ( https://en.wikipedia.org/wiki/Cron ) for running discovery periodically. Successive discovery runs must be scheduled at least 60 minutes apart. The default value is to run discovery every 60 minutes. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, `CRON_TZ=America/New_York 1
-
-
- *
, or
TZ=America/New_York 1 * * * *`.
- *
-
string
hasSchedule
setSchedule
Optional. Cron schedule ( https://en.wikipedia.org/wiki/Cron ) for running discovery periodically. Successive discovery runs must be scheduled at least 60 minutes apart. The default value is to run discovery every 60 minutes. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, `CRON_TZ=America/New_York 1
-
-
- *
, or
TZ=America/New_York 1 * * * *`.
- *
-
var
string
$this
getTrigger
string