class Google::Apis::DlpV2::GooglePrivacyDlpV2DatastoreKey

Record key for a finding in Cloud Datastore.

Attributes

entity_key[RW]

A unique identifier for a Datastore entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. Corresponds to the JSON property `entityKey` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Key]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 1560
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dlp_v2/classes.rb, line 1565
def update!(**args)
  @entity_key = args[:entity_key] if args.key?(:entity_key)
end