Class: Google::Cloud::Dlp::V2::ListTableDataProfilesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::ListTableDataProfilesResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
List of profiles generated for a given organization or project.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The next page token.
 - 
  
    
      #table_data_profiles  ⇒ ::Array<::Google::Cloud::Dlp::V2::TableDataProfile> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of data profiles.
 
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The next page token.
      6177 6178 6179 6180  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6177 class ListTableDataProfilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#table_data_profiles ⇒ ::Array<::Google::Cloud::Dlp::V2::TableDataProfile>
Returns List of data profiles.
      6177 6178 6179 6180  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6177 class ListTableDataProfilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |