docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/firebaserules_v1.projects.releases.html b/docs/dyn/firebaserules_v1.projects.releases.html
index 5f2be17..1ba0929 100644
--- a/docs/dyn/firebaserules_v1.projects.releases.html
+++ b/docs/dyn/firebaserules_v1.projects.releases.html
@@ -87,7 +87,7 @@
<code><a href="#getExecutable">getExecutable(name, executableVersion=None, x__xgafv=None)</a></code></p>
<p class="firstline">Get the `Release` executable to use when enforcing rules.</p>
<p class="toc_element">
- <code><a href="#list">list(name, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(name, pageToken=None, pageSize=None, filter=None, x__xgafv=None)</a></code></p>
<p class="firstline">List the `Release` values for a project. This list may optionally be</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -303,19 +303,19 @@
An object of the form:
{ # The response for FirebaseRulesService.GetReleaseExecutable
+ "updateTime": "A String", # Timestamp for the most recent `Release.update_time`.
+ "rulesetName": "A String", # `Ruleset` name associated with the `Release` executable.
"syncTime": "A String", # Optional, indicates the freshness of the result. The response is
# guaranteed to be the latest within an interval up to the
# sync_time (inclusive).
"executable": "A String", # Executable view of the `Ruleset` referenced by the `Release`.
"language": "A String", # `Language` used to generate the executable bytes.
"executableVersion": "A String", # The Rules runtime version of the executable.
- "updateTime": "A String", # Timestamp for the most recent `Release.update_time`.
- "rulesetName": "A String", # `Ruleset` name associated with the `Release` executable.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(name, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(name, pageToken=None, pageSize=None, filter=None, x__xgafv=None)</code>
<pre>List the `Release` values for a project. This list may optionally be
filtered by `Release` name, `Ruleset` name, `TestSuite` name, or any
combination thereof.
@@ -324,6 +324,12 @@
name: string, Resource name for the project.
Format: `projects/{project_id}` (required)
+ pageToken: string, Next page token for the next batch of `Release` instances.
+ pageSize: integer, Page size to load. Maximum of 100. Defaults to 10.
+Note: `page_size` is just a hint and the service may choose to load fewer
+than `page_size` results due to the size of the output. To traverse all of
+the releases, the caller should iterate until the `page_token` on the
+response is empty.
filter: string, `Release` filter. The list method supports filters with restrictions on the
`Release.name`, `Release.ruleset_name`, and `Release.test_suite_name`.
@@ -348,12 +354,6 @@
In the examples, the filter parameters refer to the search filters are
relative to the project. Fully qualified prefixed may also be used. e.g.
`test_suite_name=projects/foo/testsuites/uuid1`
- pageToken: string, Next page token for the next batch of `Release` instances.
- pageSize: integer, Page size to load. Maximum of 100. Defaults to 10.
-Note: `page_size` is just a hint and the service may choose to load fewer
-than `page_size` results due to the size of the output. To traverse all of
-the releases, the caller should iterate until the `page_token` on the
-response is empty.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format