Class: Google::Privacy::Dlp::V2::PartitionId
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::PartitionId
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb
 
Overview
Datastore partition ID. A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
A partition ID contains several dimensions: project ID and namespace ID.
Instance Attribute Summary collapse
- 
  
    
      #namespace_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If not empty, the ID of the namespace to which the entities belong.
 - 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the project to which the entities belong.
 
Instance Attribute Details
#namespace_id ⇒ String
Returns If not empty, the ID of the namespace to which the entities belong.
      201  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 201 class PartitionId; end  | 
  
#project_id ⇒ String
Returns The ID of the project to which the entities belong.
      201  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 201 class PartitionId; end  |