Skip to content

Commit 57d2f88

Browse files
feat: Automated regeneration of Eventarc client (googleapis#13093)
Auto-created at 2025-03-05 13:15:02 +0000 using the toys pull request generator.
1 parent bb88d7f commit 57d2f88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/eventarc/lib/google_api/eventarc/v1/api/projects.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ defmodule GoogleApi.Eventarc.V1.Api.Projects do
8686
end
8787

8888
@doc """
89-
Get a GoogleChannelConfig
89+
Get a GoogleChannelConfig. The name of the GoogleChannelConfig in the response is ALWAYS coded with projectID.
9090
9191
## Parameters
9292
@@ -227,7 +227,7 @@ defmodule GoogleApi.Eventarc.V1.Api.Projects do
227227
## Parameters
228228
229229
* `connection` (*type:* `GoogleApi.Eventarc.V1.Connection.t`) - Connection to server
230-
* `name` (*type:* `String.t`) - Required. The resource name of the config. Must be in the format of, `projects/{project}/locations/{location}/googleChannelConfig`.
230+
* `name` (*type:* `String.t`) - 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.
231231
* `optional_params` (*type:* `keyword()`) - Optional parameters
232232
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
233233
* `:access_token` (*type:* `String.t`) - OAuth access token.

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 "20250209"
23+
@discovery_revision "20250228"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +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-
* `name` (*type:* `String.t`, *default:* `nil`) - Required. The resource name of the config. Must be in the format of, `projects/{project}/locations/{location}/googleChannelConfig`.
25+
* `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.
2626
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The last-modified time.
2727
"""
2828

0 commit comments

Comments
 (0)