Skip to content

Commit 4b46b8b

Browse files
feat(eventarc): update the api
#### eventarc:v1 The following keys were added: - endpoints (Total Keys: 1)
1 parent 68046d5 commit 4b46b8b

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

docs/dyn/eventarc_v1.projects.locations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2>Instance Methods</h2>
130130
<p class="firstline">Get a GoogleChannelConfig. The name of the GoogleChannelConfig in the response is ALWAYS coded with projectID.</p>
131131
<p class="toc_element">
132132
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
133-
<p class="firstline">Lists information about the supported locations for this service.</p>
133+
<p class="firstline">Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.</p>
134134
<p class="toc_element">
135135
<code><a href="#list_next">list_next()</a></code></p>
136136
<p class="firstline">Retrieves the next page of results.</p>
@@ -196,7 +196,7 @@ <h3>Method Details</h3>
196196

197197
<div class="method">
198198
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
199-
<pre>Lists information about the supported locations for this service.
199+
<pre>Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
200200

201201
Args:
202202
name: string, The resource that owns the locations collection, if applicable. (required)

googleapiclient/discovery_cache/documents/eventarc.v1.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
"description": "Build event-driven applications on Google Cloud Platform.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/eventarc",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://eventarc.us.rep.googleapis.com/",
22+
"location": "us"
23+
},
24+
{
25+
"description": "Regional Endpoint",
26+
"endpointUrl": "https://eventarc.eu.rep.googleapis.com/",
27+
"location": "eu"
28+
}
29+
],
1830
"fullyEncodeReservedExpansion": true,
1931
"icons": {
2032
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -160,7 +172,7 @@
160172
]
161173
},
162174
"list": {
163-
"description": "Lists information about the supported locations for this service.",
175+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
164176
"flatPath": "v1/projects/{projectsId}/locations",
165177
"httpMethod": "GET",
166178
"id": "eventarc.projects.locations.list",
@@ -2380,7 +2392,7 @@
23802392
}
23812393
}
23822394
},
2383-
"revision": "20251219",
2395+
"revision": "20260130",
23842396
"rootUrl": "https://eventarc.googleapis.com/",
23852397
"schemas": {
23862398
"AuditConfig": {

0 commit comments

Comments
 (0)