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
Copy file name to clipboardExpand all lines: docs/dyn/eventarc_v1.projects.locations.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,9 @@ <h3>Method Details</h3>
191
191
192
192
{ # A GoogleChannelConfig is a resource that stores the custom settings respected by Eventarc first-party triggers in the matching region. Once configured, first-party event data will be protected using the specified custom managed encryption key instead of Google-managed encryption keys.
193
193
"cryptoKeyName": "A String", # Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
"name": "A String", # Required. The resource name of the config. Must be in the format of, `projects/{project}/locations/{location}/googleChannelConfig`. In API responses, the config name always includes the projectID, regardless of whether the projectID or projectNumber was provided.
195
198
"updateTime": "A String", # Output only. The last-modified time.
196
199
}</pre>
@@ -256,6 +259,9 @@ <h3>Method Details</h3>
256
259
257
260
{ # A GoogleChannelConfig is a resource that stores the custom settings respected by Eventarc first-party triggers in the matching region. Once configured, first-party event data will be protected using the specified custom managed encryption key instead of Google-managed encryption keys.
258
261
"cryptoKeyName": "A String", # Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
"name": "A String", # Required. The resource name of the config. Must be in the format of, `projects/{project}/locations/{location}/googleChannelConfig`. In API responses, the config name always includes the projectID, regardless of whether the projectID or projectNumber was provided.
260
266
"updateTime": "A String", # Output only. The last-modified time.
261
267
}
@@ -271,6 +277,9 @@ <h3>Method Details</h3>
271
277
272
278
{ # A GoogleChannelConfig is a resource that stores the custom settings respected by Eventarc first-party triggers in the matching region. Once configured, first-party event data will be protected using the specified custom managed encryption key instead of Google-managed encryption keys.
273
279
"cryptoKeyName": "A String", # Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
"name": "A String", # Required. The resource name of the config. Must be in the format of, `projects/{project}/locations/{location}/googleChannelConfig`. In API responses, the config name always includes the projectID, regardless of whether the projectID or projectNumber was provided.
275
284
"updateTime": "A String", # Output only. The last-modified time.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/eventarc.v1.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2460,7 +2460,7 @@
2460
2460
}
2461
2461
}
2462
2462
},
2463
-
"revision": "20250228",
2463
+
"revision": "20250307",
2464
2464
"rootUrl": "https://eventarc.googleapis.com/",
2465
2465
"schemas": {
2466
2466
"AuditConfig": {
@@ -2967,6 +2967,13 @@
2967
2967
"description": "Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.",
2968
2968
"type": "string"
2969
2969
},
2970
+
"labels": {
2971
+
"additionalProperties": {
2972
+
"type": "string"
2973
+
},
2974
+
"description": "Optional. Resource labels.",
2975
+
"type": "object"
2976
+
},
2970
2977
"name": {
2971
2978
"description": "Required. The resource name of the config. Must be in the format of, `projects/{project}/locations/{location}/googleChannelConfig`. In API responses, the config name always includes the projectID, regardless of whether the projectID or projectNumber was provided.",
0 commit comments