docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/remotebuildexecution_v1.operations.html b/docs/dyn/remotebuildexecution_v1.operations.html
index 45d9b21..d08cf83 100644
--- a/docs/dyn/remotebuildexecution_v1.operations.html
+++ b/docs/dyn/remotebuildexecution_v1.operations.html
@@ -184,12 +184,10 @@
An object of the form:
{ # The response message for Operations.ListOperations.
+ "nextPageToken": "A String", # The standard List next-page token.
"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": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -227,9 +225,11 @@
# long-running operation should document the metadata type, if any.
"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.
},
],
- "nextPageToken": "A String", # The standard List next-page token.
}</pre>
</div>