Class: Google::Cloud::Dlp::V2::ListDiscoveryConfigsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::ListDiscoveryConfigsResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Response message for ListDiscoveryConfigs.
Instance Attribute Summary collapse
- 
  
    
      #discovery_configs  ⇒ ::Array<::Google::Cloud::Dlp::V2::DiscoveryConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of configs, up to page_size in ListDiscoveryConfigsRequest.
 - 
  
    
      #next_page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request.
 
Instance Attribute Details
#discovery_configs ⇒ ::Array<::Google::Cloud::Dlp::V2::DiscoveryConfig>
Returns List of configs, up to page_size in ListDiscoveryConfigsRequest.
      3872 3873 3874 3875  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3872 class ListDiscoveryConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#next_page_token ⇒ ::String
Returns If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request.
      3872 3873 3874 3875  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3872 class ListDiscoveryConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |