Class: Google::Logging::V2::ListLogEntriesResponse

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

Overview

Result returned from +ListLogEntries+.

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Google::Logging::V2::LogEntry>

Returns A list of log entries.

Returns:



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

class ListLogEntriesResponse; end

#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 this 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 this method again using the value of +nextPageToken+ as +pageToken+.



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

class ListLogEntriesResponse; end