Class: Google::Cloud::Dlp::V2::DatastoreOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DatastoreOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/storage.rb
Overview
Options defining a data set within Google Cloud Datastore.
Instance Attribute Summary collapse
-
#kind ⇒ ::Google::Cloud::Dlp::V2::KindExpression
The kind to process.
-
#partition_id ⇒ ::Google::Cloud::Dlp::V2::PartitionId
A partition ID identifies a grouping of entities.
Instance Attribute Details
#kind ⇒ ::Google::Cloud::Dlp::V2::KindExpression
Returns The kind to process.
350 351 352 353 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 350 class DatastoreOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partition_id ⇒ ::Google::Cloud::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.
350 351 352 353 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 350 class DatastoreOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |