Cloud Logging V2 API - Class Google::Cloud::Logging::V2::ListLogMetricsResponse (v0.8.0)

Reference documentation and code samples for the Cloud Logging V2 API class Google::Cloud::Logging::V2::ListLogMetricsResponse.

Result returned from ListLogMetrics.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#metrics

def metrics() -> ::Array<::Google::Cloud::Logging::V2::LogMetric>
Returns

#metrics=

def metrics=(value) -> ::Array<::Google::Cloud::Logging::V2::LogMetric>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::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.
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.