Skip to content

Commit afd5d3e

Browse files
feat(eventarc): update the api
#### eventarc:v1 The following keys were added: - schemas.GoogleChannelConfig.properties.labels (Total Keys: 2)
1 parent cdf8c9c commit afd5d3e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/dyn/eventarc_v1.projects.locations.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ <h3>Method Details</h3>
191191

192192
{ # 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.
193193
&quot;cryptoKeyName&quot;: &quot;A String&quot;, # 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/*`.
194+
&quot;labels&quot;: { # Optional. Resource labels.
195+
&quot;a_key&quot;: &quot;A String&quot;,
196+
},
194197
&quot;name&quot;: &quot;A String&quot;, # 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.
195198
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time.
196199
}</pre>
@@ -256,6 +259,9 @@ <h3>Method Details</h3>
256259

257260
{ # 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.
258261
&quot;cryptoKeyName&quot;: &quot;A String&quot;, # 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/*`.
262+
&quot;labels&quot;: { # Optional. Resource labels.
263+
&quot;a_key&quot;: &quot;A String&quot;,
264+
},
259265
&quot;name&quot;: &quot;A String&quot;, # 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.
260266
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time.
261267
}
@@ -271,6 +277,9 @@ <h3>Method Details</h3>
271277

272278
{ # 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.
273279
&quot;cryptoKeyName&quot;: &quot;A String&quot;, # 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/*`.
280+
&quot;labels&quot;: { # Optional. Resource labels.
281+
&quot;a_key&quot;: &quot;A String&quot;,
282+
},
274283
&quot;name&quot;: &quot;A String&quot;, # 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.
275284
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time.
276285
}</pre>

googleapiclient/discovery_cache/documents/eventarc.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@
24602460
}
24612461
}
24622462
},
2463-
"revision": "20250228",
2463+
"revision": "20250307",
24642464
"rootUrl": "https://eventarc.googleapis.com/",
24652465
"schemas": {
24662466
"AuditConfig": {
@@ -2967,6 +2967,13 @@
29672967
"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/*`.",
29682968
"type": "string"
29692969
},
2970+
"labels": {
2971+
"additionalProperties": {
2972+
"type": "string"
2973+
},
2974+
"description": "Optional. Resource labels.",
2975+
"type": "object"
2976+
},
29702977
"name": {
29712978
"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.",
29722979
"type": "string"

0 commit comments

Comments
 (0)