chore: regens API reference docs (#889)
diff --git a/docs/dyn/genomics_v2alpha1.projects.operations.html b/docs/dyn/genomics_v2alpha1.projects.operations.html
index 36a7744..4d9e7d9 100644
--- a/docs/dyn/genomics_v2alpha1.projects.operations.html
+++ b/docs/dyn/genomics_v2alpha1.projects.operations.html
@@ -95,7 +95,7 @@
or Operations.ListOperations
to check whether the cancellation succeeded or the operation completed
despite cancellation.
-Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission:
+Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission:
* `genomics.operations.cancel`
@@ -132,7 +132,7 @@
<pre>Gets the latest state of a long-running operation.
Clients can use this method to poll the operation result at intervals as
recommended by the API service.
-Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission:
+Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission&#58;
* `genomics.operations.get`
@@ -148,16 +148,16 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "response": { # An Empty object.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
"metadata": { # An OperationMetadata or Metadata object. This will always be returned with the Operation.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
"done": True or False, # If the value is `false`, it means the operation is still in progress.
# If `true`, the operation is completed, and either `error` or `response` is
# available.
- "response": { # An Empty object.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example: `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example&#58; `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
"error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
# different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -182,7 +182,7 @@
<div class="method">
<code class="details" id="list">list(name, pageToken=None, x__xgafv=None, pageSize=None, filter=None)</code>
<pre>Lists operations that match the specified filter in the request.
-Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission:
+Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission&#58;
* `genomics.operations.list`
@@ -195,33 +195,33 @@
2 - v2 error format
pageSize: integer, The maximum number of results to return. The maximum value is 256.
filter: string, A string for filtering Operations.
-In v2alpha1, the following filter fields are supported:
+In v2alpha1, the following filter fields are supported&#58;
-* createTime: The time this job was created
-* events: The set of event (names) that have occurred while running
- the pipeline. The : operator can be used to determine if a
+* createTime&#58; The time this job was created
+* events&#58; The set of event (names) that have occurred while running
+ the pipeline. The &#58; operator can be used to determine if a
particular event has occurred.
-* error: If the pipeline is running, this value is NULL. Once the
+* error&#58; If the pipeline is running, this value is NULL. Once the
pipeline finishes, the value is the standard Google error code.
* labels.key or labels."key with space" where key is a label key.
-* done: If the pipeline is running, this value is false. Once the
+* done&#58; If the pipeline is running, this value is false. Once the
pipeline finishes, the value is true.
-In v1 and v1alpha2, the following filter fields are supported:
+In v1 and v1alpha2, the following filter fields are supported&#58;
-* projectId: Required. Corresponds to
+* projectId&#58; Required. Corresponds to
OperationMetadata.projectId.
-* createTime: The time this job was created, in seconds from the
- [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/or `<=`
+* createTime&#58; The time this job was created, in seconds from the
+ [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/or `<=`
operators.
-* status: Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. Only
+* status&#58; Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. Only
one status may be specified.
* labels.key where key is a label key.
-Examples:
+Examples&#58;
-* `projectId = my-project AND createTime >= 1432140000`
-* `projectId = my-project AND createTime >= 1432140000 AND createTime <= 1432150000 AND status = RUNNING`
+* `projectId = my-project AND createTime >= 1432140000`
+* `projectId = my-project AND createTime >= 1432140000 AND createTime <= 1432150000 AND status = RUNNING`
* `projectId = my-project AND labels.color = *`
* `projectId = my-project AND labels.color = red`
@@ -233,16 +233,16 @@
"operations": [ # A list of operations that matches the specified filter in the request.
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "response": { # An Empty object.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
"metadata": { # An OperationMetadata or Metadata object. This will always be returned with the Operation.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
"done": True or False, # If the value is `false`, it means the operation is still in progress.
# If `true`, the operation is completed, and either `error` or `response` is
# available.
- "response": { # An Empty object.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example: `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example&#58; `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
"error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
# different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). Each `Status` message contains