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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/logging/v2/logging_config.rb

Overview

Result returned from ListSinks.

Instance Attribute Summary collapse

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.

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.



574
575
576
577
# File 'proto_docs/google/logging/v2/logging_config.rb', line 574

class ListSinksResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sinks::Array<::Google::Cloud::Logging::V2::LogSink>

Returns A list of sinks.

Returns:



574
575
576
577
# File 'proto_docs/google/logging/v2/logging_config.rb', line 574

class ListSinksResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end