Class: Google::Cloud::Dlp::V2::ListConnectionsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::ListConnectionsResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Response message for ListConnections.
Instance Attribute Summary collapse
- 
  
    
      #connections  ⇒ ::Array<::Google::Cloud::Dlp::V2::Connection> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of connections.
 - 
  
    
      #next_page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token to retrieve the next page of results.
 
Instance Attribute Details
#connections ⇒ ::Array<::Google::Cloud::Dlp::V2::Connection>
Returns List of connections.
      7161 7162 7163 7164  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7161 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results. An empty value means there are no more results.
      7161 7162 7163 7164  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7161 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |