google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions View Source
Options defining a data set within Google Cloud Datastore.
Attributes
kind
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KindExpression.t
, default:nil
) - The kind to process.partitionId
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PartitionId.t
, default:nil
) - A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatastoreOptions{ kind: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KindExpression.t(), partitionId: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PartitionId.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.