Skip to content

Commit

Permalink
feat(firebaseappcheck): update the api
Browse files Browse the repository at this point in the history
#### firebaseappcheck:v1beta

The following keys were added:
- resources.projects.resources.services.resources.resourcePolicies.methods.list.parameters.filter (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jan 26, 2024
1 parent 4ec8c92 commit 2187670
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2>Instance Methods</h2>
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the requested ResourcePolicy configuration.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all ResourcePolicy configurations for the specified project and service.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
Expand Down Expand Up @@ -227,11 +227,12 @@ <h3>Method Details</h3>
</div>

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

Args:
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)
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;`
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.
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.
x__xgafv: string, V1 error format.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@
}
}
},
"revision": "20240115",
"revision": "20240122",
"rootUrl": "https://firebaseappcheck.googleapis.com/",
"schemas": {
"GoogleFirebaseAppcheckV1AppAttestConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1748,6 +1748,11 @@
"parent"
],
"parameters": {
"filter": {
"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/\"`",
"location": "query",
"type": "string"
},
"pageSize": {
"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.",
"format": "int32",
Expand Down Expand Up @@ -1818,7 +1823,7 @@
}
}
},
"revision": "20240115",
"revision": "20240122",
"rootUrl": "https://firebaseappcheck.googleapis.com/",
"schemas": {
"GoogleFirebaseAppcheckV1betaAppAttestConfig": {
Expand Down

0 comments on commit 2187670

Please sign in to comment.