Skip to content

Commit 556c091

Browse files
feat(eventarc): update the api
#### eventarc:v1 The following keys were added: - resources.projects.resources.locations.resources.triggers.methods.list.parameters.filter (Total Keys: 2)
1 parent 82cb2c2 commit 556c091

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/dyn/eventarc_v1.projects.locations.triggers.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="#getIamPolicy">getIamPolicy(resource, options_requestedPolicyVersion=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.</p>
9292
<p class="toc_element">
93-
<code><a href="#list">list(parent, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
93+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">List triggers.</p>
9595
<p class="toc_element">
9696
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -332,11 +332,12 @@ <h3>Method Details</h3>
332332
</div>
333333

334334
<div class="method">
335-
<code class="details" id="list">list(parent, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
335+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
336336
<pre>List triggers.
337337

338338
Args:
339339
parent: string, Required. The parent collection to list triggers on. (required)
340+
filter: string, Filter field. Used to filter the Triggers to be listed. Possible filters are described in https://google.aip.dev/160. For example, using &quot;?filter=destination:gke&quot; would list only Triggers with a gke destination.
340341
orderBy: string, The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, append a `desc` suffix; for example: `name desc, trigger_id`.
341342
pageSize: integer, The maximum number of triggers to return on each page. Note: The service may send fewer.
342343
pageToken: string, The page token; provide the value from the `next_page_token` field in a previous `ListTriggers` call to retrieve the subsequent page. When paginating, all other parameters provided to `ListTriggers` must match the call that provided the page token.

googleapiclient/discovery_cache/documents/eventarc.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,11 @@
702702
"parent"
703703
],
704704
"parameters": {
705+
"filter": {
706+
"description": "Filter field. Used to filter the Triggers to be listed. Possible filters are described in https://google.aip.dev/160. For example, using \"?filter=destination:gke\" would list only Triggers with a gke destination.",
707+
"location": "query",
708+
"type": "string"
709+
},
705710
"orderBy": {
706711
"description": "The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, append a `desc` suffix; for example: `name desc, trigger_id`.",
707712
"location": "query",
@@ -841,7 +846,7 @@
841846
}
842847
}
843848
},
844-
"revision": "20220211",
849+
"revision": "20220225",
845850
"rootUrl": "https://eventarc.googleapis.com/",
846851
"schemas": {
847852
"AuditConfig": {

googleapiclient/discovery_cache/documents/eventarc.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
}
585585
}
586586
},
587-
"revision": "20220211",
587+
"revision": "20220218",
588588
"rootUrl": "https://eventarc.googleapis.com/",
589589
"schemas": {
590590
"AuditConfig": {

0 commit comments

Comments
 (0)