Class: Google::Cloud::Logging::V2::ListLogMetricsResponse

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

Overview

Result returned from ListLogMetrics.

Instance Attribute Summary collapse

Instance Attribute Details

#metrics::Array<::Google::Cloud::Logging::V2::LogMetric>

Returns A list of logs-based metrics.

Returns:



192
193
194
195
# File 'proto_docs/google/logging/v2/logging_metrics.rb', line 192

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

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



192
193
194
195
# File 'proto_docs/google/logging/v2/logging_metrics.rb', line 192

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