ListLogMetricsResponse
class ListLogMetricsResponse extends Message
Result returned from ListLogMetrics.
Protobuf type Google\Logging\V2\ListLogMetricsResponse
Methods
No description
A list of logs-based metrics.
A list of logs-based metrics.
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
.
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
.
Details
at line 33
__construct()
at line 44
RepeatedField
getMetrics()
A list of logs-based metrics.
Generated from protobuf field repeated .google.logging.v2.LogMetric metrics = 1;
at line 55
setMetrics(array|RepeatedField $var)
A list of logs-based metrics.
Generated from protobuf field repeated .google.logging.v2.LogMetric metrics = 1;
at line 69
string
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
.
Generated from protobuf field string next_page_token = 2;
at line 82
setNextPageToken(string $var)
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
.
Generated from protobuf field string next_page_token = 2;