Class: Google::Privacy::Dlp::V2beta1::DatastoreOptions
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::DatastoreOptions
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb
Overview
Options defining a data set within Google Cloud Datastore.
Instance Attribute Summary collapse
-
#kind ⇒ Google::Privacy::Dlp::V2beta1::KindExpression
The kind to process.
-
#partition_id ⇒ Google::Privacy::Dlp::V2beta1::PartitionId
A partition ID identifies a grouping of entities.
-
#projection ⇒ Array<Google::Privacy::Dlp::V2beta1::Projection>
Properties to scan.
Instance Attribute Details
#kind ⇒ Google::Privacy::Dlp::V2beta1::KindExpression
Returns The kind to process.
119 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 119 class DatastoreOptions; end |
#partition_id ⇒ Google::Privacy::Dlp::V2beta1::PartitionId
Returns A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
119 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 119 class DatastoreOptions; end |
#projection ⇒ Array<Google::Privacy::Dlp::V2beta1::Projection>
Returns Properties to scan. If none are specified, all properties will be scanned by default.
119 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 119 class DatastoreOptions; end |