docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/lifesciences_v2beta.projects.locations.operations.html b/docs/dyn/lifesciences_v2beta.projects.locations.operations.html
index 9700861..56641c0 100644
--- a/docs/dyn/lifesciences_v2beta.projects.locations.operations.html
+++ b/docs/dyn/lifesciences_v2beta.projects.locations.operations.html
@@ -148,6 +148,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "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.
},
@@ -173,9 +176,6 @@
"metadata": { # An 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.
}</pre>
</div>
@@ -215,6 +215,9 @@
"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.
+ "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.
},
@@ -240,9 +243,6 @@
"metadata": { # An 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.
},
],
}</pre>