Class: Google::Logging::V2::ListSinksResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb

Overview

Result returned from +ListSinks+.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

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+.

Returns:

  • (String)

    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+.



129
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 129

class ListSinksResponse; end

#sinksArray<Google::Logging::V2::LogSink>

Returns A list of sinks.

Returns:



129
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 129

class ListSinksResponse; end