Class: Google::Cloud::Dlp::V2::DatastoreKey
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::DatastoreKey
 
 
- 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
- 
  
    
      #entity_key  ⇒ ::Google::Cloud::Dlp::V2::Key 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Datastore entity key.
 
Instance Attribute Details
#entity_key ⇒ ::Google::Cloud::Dlp::V2::Key
Returns Datastore entity key.
      743 744 745 746  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 743 class DatastoreKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |