Class: Google::Cloud::Logging::V2::ListLogsResponse

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

Overview

Result returned from ListLogs.

Instance Attribute Summary collapse

Instance Attribute Details

#log_names::Array<::String>

Returns A list of log names. For example, "projects/my-project/logs/syslog" or "organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity".

Returns:

  • (::Array<::String>)

    A list of log names. For example, "projects/my-project/logs/syslog" or "organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity".



298
299
300
301
# File 'proto_docs/google/logging/v2/logging.rb', line 298

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

#next_page_token::String

Returns If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

Returns:

  • (::String)

    If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.



298
299
300
301
# File 'proto_docs/google/logging/v2/logging.rb', line 298

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