File tree Expand file tree Collapse file tree 5 files changed +3
-52
lines changed
lib/google_api/connectors/v1 Expand file tree Collapse file tree 5 files changed +3
-52
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111
1212``` elixir
1313def deps do
14- [{:google_api_connectors , " ~> 0.17 " }]
14+ [{:google_api_connectors , " ~> 0.18 " }]
1515end
1616```
1717
Original file line number Diff line number Diff 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
2626end
Original file line number Diff line number Diff 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 )
4340end
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818defmodule 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 [
You can’t perform that action at this time.
0 commit comments