Class: Google::Cloud::Dlp::V2::DataProfilePubSubMessage
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::DataProfilePubSubMessage
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Pub/Sub topic message for a DataProfileAction.PubSubNotification event. To receive a message of protocol buffer schema type, convert the message data to an object of this proto class.
Instance Attribute Summary collapse
- 
  
    
      #event  ⇒ ::Google::Cloud::Dlp::V2::DataProfileAction::EventType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The event that caused the Pub/Sub message to be sent.
 - 
  
    
      #file_store_profile  ⇒ ::Google::Cloud::Dlp::V2::FileStoreDataProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If
DetailLevelisFILE_STORE_PROFILEthis will be fully populated. - 
  
    
      #profile  ⇒ ::Google::Cloud::Dlp::V2::TableDataProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If
DetailLevelisTABLE_PROFILEthis will be fully populated. 
Instance Attribute Details
#event ⇒ ::Google::Cloud::Dlp::V2::DataProfileAction::EventType
Returns The event that caused the Pub/Sub message to be sent.
      7076 7077 7078 7079  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7076 class DataProfilePubSubMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#file_store_profile ⇒ ::Google::Cloud::Dlp::V2::FileStoreDataProfile
Returns If DetailLevel is FILE_STORE_PROFILE this will be fully populated.
Otherwise, if DetailLevel is RESOURCE_NAME, then only name and
file_store_path will be populated.
      7076 7077 7078 7079  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7076 class DataProfilePubSubMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#profile ⇒ ::Google::Cloud::Dlp::V2::TableDataProfile
Returns If DetailLevel is TABLE_PROFILE this will be fully populated.
Otherwise, if DetailLevel is RESOURCE_NAME, then only name and
full_resource will be populated.
      7076 7077 7078 7079  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7076 class DataProfilePubSubMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |