Skip to content

Commit 2187670

Browse files
feat(firebaseappcheck): update the api
#### firebaseappcheck:v1beta The following keys were added: - resources.projects.resources.services.resources.resourcePolicies.methods.list.parameters.filter (Total Keys: 2)
1 parent 4ec8c92 commit 2187670

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/dyn/firebaseappcheck_v1beta.projects.services.resourcePolicies.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2>Instance Methods</h2>
9090
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Gets the requested ResourcePolicy configuration.</p>
9292
<p class="toc_element">
93-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
93+
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Lists all ResourcePolicy configurations for the specified project and service.</p>
9595
<p class="toc_element">
9696
<code><a href="#list_next">list_next()</a></code></p>
@@ -227,11 +227,12 @@ <h3>Method Details</h3>
227227
</div>
228228

229229
<div class="method">
230-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
230+
<code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
231231
<pre>Lists all ResourcePolicy configurations for the specified project and service.
232232

233233
Args:
234234
parent: string, Required. The relative resource name of the parent project and service for which to list each associated ResourcePolicy, in the format: ``` projects/{project_number}/services/{service_name} ``` (required)
235+
filter: string, Optional. Filters the results by the specified rule. For the exact syntax of this field, please consult the [AIP-160](https://google.aip.dev/160) standard. Currently, since the only fields in the ResourcePolicy resource are the scalar fields `enforcement_mode` and `target_resource`, this method does not support the traversal operator (`.`) or the has operator (`:`). Here are some examples of valid filters: * `enforcement_mode = ENFORCED` * `target_resource = &quot;//oauth2.googleapis.com/projects/12345/oauthClients/&quot;` * `enforcement_mode = ENFORCED AND target_resource = &quot;//oauth2.googleapis.com/projects/12345/oauthClients/&quot;`
235236
pageSize: integer, The maximum number of ResourcePolicys to return in the response. Only explicitly configured policies are returned. The server may return fewer than this at its own discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.
236237
pageToken: string, Token returned from a previous call to ListResourcePolicies indicating where in the set of ResourcePolicys to resume listing. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListResourcePolicies must match the call that provided the page token; if they do not match, the result is undefined.
237238
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/firebaseappcheck.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@
13431343
}
13441344
}
13451345
},
1346-
"revision": "20240115",
1346+
"revision": "20240122",
13471347
"rootUrl": "https://firebaseappcheck.googleapis.com/",
13481348
"schemas": {
13491349
"GoogleFirebaseAppcheckV1AppAttestConfig": {

googleapiclient/discovery_cache/documents/firebaseappcheck.v1beta.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,11 @@
17481748
"parent"
17491749
],
17501750
"parameters": {
1751+
"filter": {
1752+
"description": "Optional. Filters the results by the specified rule. For the exact syntax of this field, please consult the [AIP-160](https://google.aip.dev/160) standard. Currently, since the only fields in the ResourcePolicy resource are the scalar fields `enforcement_mode` and `target_resource`, this method does not support the traversal operator (`.`) or the has operator (`:`). Here are some examples of valid filters: * `enforcement_mode = ENFORCED` * `target_resource = \"//oauth2.googleapis.com/projects/12345/oauthClients/\"` * `enforcement_mode = ENFORCED AND target_resource = \"//oauth2.googleapis.com/projects/12345/oauthClients/\"`",
1753+
"location": "query",
1754+
"type": "string"
1755+
},
17511756
"pageSize": {
17521757
"description": "The maximum number of ResourcePolicys to return in the response. Only explicitly configured policies are returned. The server may return fewer than this at its own discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.",
17531758
"format": "int32",
@@ -1818,7 +1823,7 @@
18181823
}
18191824
}
18201825
},
1821-
"revision": "20240115",
1826+
"revision": "20240122",
18221827
"rootUrl": "https://firebaseappcheck.googleapis.com/",
18231828
"schemas": {
18241829
"GoogleFirebaseAppcheckV1betaAppAttestConfig": {

0 commit comments

Comments
 (0)