Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig.
Configurations related to Cloud Storage as the data source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#csv_options
def csv_options() -> ::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::CsvOptions
Returns
- (::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::CsvOptions) — Optional. Configuration for CSV data.
#csv_options=
def csv_options=(value) -> ::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::CsvOptions
Parameter
- value (::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::CsvOptions) — Optional. Configuration for CSV data.
Returns
- (::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::CsvOptions) — Optional. Configuration for CSV data.
#exclude_patterns
def exclude_patterns() -> ::Array<::String>
Returns
- (::Array<::String>) — 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.
#exclude_patterns=
def exclude_patterns=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
Returns
- (::Array<::String>) — 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.
#include_patterns
def include_patterns() -> ::Array<::String>
Returns
- (::Array<::String>) — 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.
#include_patterns=
def include_patterns=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
Returns
- (::Array<::String>) — 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.
#json_options
def json_options() -> ::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::JsonOptions
Returns
- (::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::JsonOptions) — Optional. Configuration for JSON data.
#json_options=
def json_options=(value) -> ::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::JsonOptions
Parameter
- value (::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::JsonOptions) — Optional. Configuration for JSON data.
Returns
- (::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::JsonOptions) — Optional. Configuration for JSON data.