Regen docs (#373)
diff --git a/docs/dyn/logging_v2beta1.projects.metrics.html b/docs/dyn/logging_v2beta1.projects.metrics.html
index 802a1b7..ab01ef8 100644
--- a/docs/dyn/logging_v2beta1.projects.metrics.html
+++ b/docs/dyn/logging_v2beta1.projects.metrics.html
@@ -200,7 +200,6 @@
An object of the form:
{ # Result returned from ListLogMetrics.
- "nextPageToken": "A 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.
"metrics": [ # A list of logs-based metrics.
{ # Describes a logs-based metric. The value of the metric is the number of log entries that match a logs filter in a given time interval.
"filter": "A String", # Required. An advanced logs filter which is used to match log entries. Example:
@@ -211,6 +210,7 @@
"description": "A String", # Optional. A description of this metric, which is used in documentation.
},
],
+ "nextPageToken": "A 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.
}</pre>
</div>