Regen docs (#373)
diff --git a/docs/dyn/servicemanagement_v1.operations.html b/docs/dyn/servicemanagement_v1.operations.html
index acf76b4..26e7533 100644
--- a/docs/dyn/servicemanagement_v1.operations.html
+++ b/docs/dyn/servicemanagement_v1.operations.html
@@ -78,8 +78,8 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this</p>
<p class="toc_element">
- <code><a href="#list">list(name, pageSize=None, filter=None, pageToken=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Lists operations that match the specified filter in the request. If the</p>
+ <code><a href="#list">list(name=None, pageSize=None, filter=None, pageToken=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Lists service operations that match the specified filter in the request.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
@@ -191,17 +191,33 @@
</div>
<div class="method">
- <code class="details" id="list">list(name, pageSize=None, filter=None, pageToken=None, x__xgafv=None)</code>
- <pre>Lists operations that match the specified filter in the request. If the
-server doesn't support this method, it returns `UNIMPLEMENTED`.
-
-NOTE: the `name` binding below allows API services to override the binding
-to use different resource name schemes, such as `users/*/operations`.
+ <code class="details" id="list">list(name=None, pageSize=None, filter=None, pageToken=None, x__xgafv=None)</code>
+ <pre>Lists service operations that match the specified filter in the request.
Args:
- name: string, The name of the operation collection. (required)
- pageSize: integer, The standard list page size.
- filter: string, The standard list filter.
+ name: string, Not used.
+ pageSize: integer, The maximum number of operations to return. If unspecified, defaults to
+50. The maximum value is 100.
+ filter: string, A string for filtering Operations.
+ The following filter fields are supported:
+
+ * serviceName: Required. Only `=` operator is allowed.
+ * startTime: The time this job was started, in ISO 8601 format.
+ Allowed operators are `>=`, `>`, `<=`, and `<`.
+ * status: Can be `done`, `in_progress`, or `failed`. Allowed
+ operators are `=`, and `!=`.
+
+ Filter expression supports conjunction (AND) and disjunction (OR)
+ logical operators. However, the serviceName restriction must be at the
+ top-level and can only be combined with other restrictions via the AND
+ logical operator.
+
+ Examples:
+
+ * `serviceName={some-service}.googleapis.com`
+ * `serviceName={some-service}.googleapis.com AND startTime>="2017-02-01"`
+ * `serviceName={some-service}.googleapis.com AND status=done`
+ * `serviceName={some-service}.googleapis.com AND (status=done OR startTime>="2017-02-01")`
pageToken: string, The standard list page token.
x__xgafv: string, V1 error format.
Allowed values