Stackdriver Logging V2 Client - Class ListLogMetricsResponse (1.30.2)

Reference documentation and code samples for the Stackdriver Logging V2 Client class ListLogMetricsResponse.

Result returned from ListLogMetrics.

Generated from protobuf message google.logging.v2.ListLogMetricsResponse

Namespace

Google \ Cloud \ Logging \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ metrics array<Google\Cloud\Logging\V2\LogMetric>

A list of logs-based metrics.

↳ next_page_token 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.

getMetrics

A list of logs-based metrics.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMetrics

A list of logs-based metrics.

Parameter
Name Description
var array<Google\Cloud\Logging\V2\LogMetric>
Returns
Type Description
$this

getNextPageToken

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
Type Description
string

setNextPageToken

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.

Parameter
Name Description
var string
Returns
Type Description
$this