Skip to content

Commit b57cab0

Browse files
feat: Automated regeneration of Eventarc client (#13142)
Auto-created at 2025-03-13 13:15:33 +0000 using the toys pull request generator.
1 parent 5201a5f commit b57cab0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

clients/eventarc/lib/google_api/eventarc/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Eventarc.V1 do
2020
API client metadata for GoogleApi.Eventarc.V1.
2121
"""
2222

23-
@discovery_revision "20250228"
23+
@discovery_revision "20250307"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/eventarc/lib/google_api/eventarc/v1/model/google_channel_config.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ defmodule GoogleApi.Eventarc.V1.Model.GoogleChannelConfig do
2222
## Attributes
2323
2424
* `cryptoKeyName` (*type:* `String.t`, *default:* `nil`) - 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/*`.
25+
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Resource labels.
2526
* `name` (*type:* `String.t`, *default:* `nil`) - 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.
2627
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The last-modified time.
2728
"""
@@ -30,11 +31,13 @@ defmodule GoogleApi.Eventarc.V1.Model.GoogleChannelConfig do
3031

3132
@type t :: %__MODULE__{
3233
:cryptoKeyName => String.t() | nil,
34+
:labels => map() | nil,
3335
:name => String.t() | nil,
3436
:updateTime => DateTime.t() | nil
3537
}
3638

3739
field(:cryptoKeyName)
40+
field(:labels, type: :map)
3841
field(:name)
3942
field(:updateTime, as: DateTime)
4043
end

0 commit comments

Comments
 (0)