Reference documentation and code samples for the Google Cloud Dataplex V1 Client class StorageConfig.
Configurations related to Cloud Storage as the data source.
Generated from protobuf message google.cloud.dataplex.v1.DataDiscoverySpec.StorageConfig
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDiscoverySpecMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ include_patterns
array
Optional. Defines the data to include during discovery when only a subset of the data should be considered. Provide a list of patterns that identify the data to include. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns are interpreted as patterns to match table names.
↳ exclude_patterns
array
Optional. Defines the data to exclude during discovery. Provide a list of patterns that identify the data to exclude. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns are interpreted as patterns to match table names.
↳ csv_options
↳ json_options
getIncludePatterns
Optional. Defines the data to include during discovery when only a subset of the data should be considered. Provide a list of patterns that identify the data to include. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns are interpreted as patterns to match table names.
setIncludePatterns
Optional. Defines the data to include during discovery when only a subset of the data should be considered. Provide a list of patterns that identify the data to include. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns are interpreted as patterns to match table names.
var
string[]
$this
getExcludePatterns
Optional. Defines the data to exclude during discovery. Provide a list of patterns that identify the data to exclude. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns are interpreted as patterns to match table names.
setExcludePatterns
Optional. Defines the data to exclude during discovery. Provide a list of patterns that identify the data to exclude. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns 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