Class: Google::Cloud::Dlp::V2::PartitionId
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::PartitionId
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/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.
      328 329 330 331  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 328 class PartitionId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#project_id ⇒ ::String
Returns The ID of the project to which the entities belong.
      328 329 330 331  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 328 class PartitionId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |