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

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

Overview

Result returned from ListLogs.

Instance Attribute Summary collapse

Instance Attribute Details

#log_namesArray<String>

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

Returns:

  • (Array<String>)

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



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

class ListLogsResponse; end

#next_page_tokenString

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



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

class ListLogsResponse; end