Skip to content

Commit d73d1da

Browse files
feat: Automated regeneration of Connectors client (googleapis#12768)
Auto-created at 2025-01-06 13:13:06 +0000 using the toys pull request generator.
1 parent 1317701 commit d73d1da

File tree

5 files changed

+3
-52
lines changed

5 files changed

+3
-52
lines changed

clients/connectors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_connectors, "~> 0.17"}]
14+
[{:google_api_connectors, "~> 0.18"}]
1515
end
1616
```
1717

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

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

23-
@discovery_revision "20241203"
23+
@discovery_revision "20250101"
2424

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

clients/connectors/lib/google_api/connectors/v1/model/event_subscription_destination.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ defmodule GoogleApi.Connectors.V1.Model.EventSubscriptionDestination do
2222
## Attributes
2323
2424
* `endpoint` (*type:* `GoogleApi.Connectors.V1.Model.EndPoint.t`, *default:* `nil`) - OPTION 1: Hit an endpoint when we receive an event.
25-
* `gsutil` (*type:* `GoogleApi.Connectors.V1.Model.GSUtil.t`, *default:* `nil`) - OPTION 2: Write the event to Cloud Storage bucket.
2625
* `serviceAccount` (*type:* `String.t`, *default:* `nil`) - Service account needed for runtime plane to trigger IP workflow.
2726
* `type` (*type:* `String.t`, *default:* `nil`) - type of the destination
2827
"""
@@ -31,13 +30,11 @@ defmodule GoogleApi.Connectors.V1.Model.EventSubscriptionDestination do
3130

3231
@type t :: %__MODULE__{
3332
:endpoint => GoogleApi.Connectors.V1.Model.EndPoint.t() | nil,
34-
:gsutil => GoogleApi.Connectors.V1.Model.GSUtil.t() | nil,
3533
:serviceAccount => String.t() | nil,
3634
:type => String.t() | nil
3735
}
3836

3937
field(:endpoint, as: GoogleApi.Connectors.V1.Model.EndPoint)
40-
field(:gsutil, as: GoogleApi.Connectors.V1.Model.GSUtil)
4138
field(:serviceAccount)
4239
field(:type)
4340
end

clients/connectors/lib/google_api/connectors/v1/model/gs_util.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/connectors/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Connectors.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.17.0"
21+
@version "0.18.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)