Class: Google::Cloud::Dlp::V2::ProfileStatus
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::ProfileStatus
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Success or errors for the profile generation.
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ ::Google::Rpc::Status 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Profiling status code and optional message.
 - 
  
    
      #timestamp  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time when the profile generation status was updated.
 
Instance Attribute Details
#status ⇒ ::Google::Rpc::Status
Returns Profiling status code and optional message. The status.code value is 0
(default value) for OK.
      6479 6480 6481 6482  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6479 class ProfileStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#timestamp ⇒ ::Google::Protobuf::Timestamp
Returns Time when the profile generation status was updated.
      6479 6480 6481 6482  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6479 class ProfileStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |