You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"messageBus": "A String", # Required. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.
134
+
"messageBus": "A String", # Required. Immutable. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.
135
135
"name": "A String", # Identifier. Resource name of the form projects/{project}/locations/{location}/enrollments/{enrollment}
136
136
"uid": "A String", # Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
137
137
"updateTime": "A String", # Output only. The last-modified time.
"messageBus": "A String", # Required. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.
235
+
"messageBus": "A String", # Required. Immutable. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.
236
236
"name": "A String", # Identifier. Resource name of the form projects/{project}/locations/{location}/enrollments/{enrollment}
237
237
"uid": "A String", # Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
238
238
"updateTime": "A String", # Output only. The last-modified time.
"messageBus": "A String", # Required. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.
322
+
"messageBus": "A String", # Required. Immutable. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.
323
323
"name": "A String", # Identifier. Resource name of the form projects/{project}/locations/{location}/enrollments/{enrollment}
324
324
"uid": "A String", # Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
325
325
"updateTime": "A String", # Output only. The last-modified time.
"messageBus": "A String", # Required. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.
370
+
"messageBus": "A String", # Required. Immutable. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.
371
371
"name": "A String", # Identifier. Resource name of the form projects/{project}/locations/{location}/enrollments/{enrollment}
372
372
"uid": "A String", # Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
373
373
"updateTime": "A String", # Output only. The last-modified time.
<pre>Lists information about the supported locations for this service.
205
205
206
206
Args:
207
207
name: string, The resource that owns the locations collection, if applicable. (required)
208
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
208
209
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
209
210
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
210
211
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/eventarc.v1.json
+8-2
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,12 @@
168
168
"name"
169
169
],
170
170
"parameters": {
171
+
"extraLocationTypes": {
172
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
173
+
"location": "query",
174
+
"repeated": true,
175
+
"type": "string"
176
+
},
171
177
"filter": {
172
178
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
173
179
"location": "query",
@@ -2460,7 +2466,7 @@
2460
2466
}
2461
2467
}
2462
2468
},
2463
-
"revision": "20250307",
2469
+
"revision": "20250411",
2464
2470
"rootUrl": "https://eventarc.googleapis.com/",
2465
2471
"schemas": {
2466
2472
"AuditConfig": {
@@ -2749,7 +2755,7 @@
2749
2755
"type": "object"
2750
2756
},
2751
2757
"messageBus": {
2752
-
"description": "Required. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.",
2758
+
"description": "Required. Immutable. Resource name of the message bus identifying the source of the messages. It matches the form projects/{project}/locations/{location}/messageBuses/{messageBus}.",
0 commit comments