Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig (v1.2.0)

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

#csv_options=

def csv_options=(value) -> ::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::CsvOptions
Parameter
Returns

#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

#json_options=

def json_options=(value) -> ::Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::JsonOptions
Parameter
Returns