Class: Google::Privacy::Dlp::V2::DatastoreOptions
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::DatastoreOptions
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb
Overview
Options defining a data set within Google Cloud Datastore.
Instance Attribute Summary collapse
-
#kind ⇒ Google::Privacy::Dlp::V2::KindExpression
The kind to process.
-
#partition_id ⇒ Google::Privacy::Dlp::V2::PartitionId
A partition ID identifies a grouping of entities.
Instance Attribute Details
#kind ⇒ Google::Privacy::Dlp::V2::KindExpression
Returns The kind to process.
217 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 217 class DatastoreOptions; end |
#partition_id ⇒ Google::Privacy::Dlp::V2::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.
217 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 217 class DatastoreOptions; end |