Class: Google::Logging::V2::ListSinksResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Logging::V2::ListSinksResponse
 
 
- Defined in:
 - lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb
 
Overview
Result returned from +ListSinks+.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there might be more results than appear in this response, then +nextPageToken+ is included.
 - 
  
    
      #sinks  ⇒ Array<Google::Logging::V2::LogSink> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of sinks.
 
Instance Attribute Details
#next_page_token ⇒ String
Returns If there might be more results than appear in this response, then +nextPageToken+ is included. To get the next set of results, call the same method again using the value of +nextPageToken+ as +pageToken+.
      138  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 138 class ListSinksResponse; end  | 
  
#sinks ⇒ Array<Google::Logging::V2::LogSink>
Returns A list of sinks.
      138  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 138 class ListSinksResponse; end  |