Class: Google::Privacy::Dlp::V2beta1::StorageConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::StorageConfig
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb
Overview
Shared message indicating Cloud storage type.
Instance Attribute Summary collapse
-
#big_query_options ⇒ Google::Privacy::Dlp::V2beta1::BigQueryOptions
BigQuery options specification.
-
#cloud_storage_options ⇒ Google::Privacy::Dlp::V2beta1::CloudStorageOptions
Google Cloud Storage options specification.
-
#datastore_options ⇒ Google::Privacy::Dlp::V2beta1::DatastoreOptions
Google Cloud Datastore options specification.
Instance Attribute Details
#big_query_options ⇒ Google::Privacy::Dlp::V2beta1::BigQueryOptions
Returns BigQuery options specification.
160 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 160 class StorageConfig; end |
#cloud_storage_options ⇒ Google::Privacy::Dlp::V2beta1::CloudStorageOptions
Returns Google Cloud Storage options specification.
160 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 160 class StorageConfig; end |
#datastore_options ⇒ Google::Privacy::Dlp::V2beta1::DatastoreOptions
Returns Google Cloud Datastore options specification.
160 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 160 class StorageConfig; end |