Class: Google::Cloud::Dlp::V2::DatastoreKey

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/storage.rb

Overview

Record key for a finding in Cloud Datastore.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_key::Google::Cloud::Dlp::V2::Key

Returns Datastore entity key.

Returns:



730
731
732
733
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 730

class DatastoreKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end