File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clients/datastream/lib/google_api/datastream/v1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defmodule GoogleApi.Datastream.V1 do
20
20
API client metadata for GoogleApi.Datastream.V1.
21
21
"""
22
22
23
- @ discovery_revision "20250213 "
23
+ @ discovery_revision "20250219 "
24
24
25
25
def discovery_revision ( ) , do: @ discovery_revision
26
26
end
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ defmodule GoogleApi.Datastream.V1.Model.SourceConfig do
25
25
* `oracleSourceConfig` (*type:* `GoogleApi.Datastream.V1.Model.OracleSourceConfig.t`, *default:* `nil`) - Oracle data source configuration.
26
26
* `postgresqlSourceConfig` (*type:* `GoogleApi.Datastream.V1.Model.PostgresqlSourceConfig.t`, *default:* `nil`) - PostgreSQL data source configuration.
27
27
* `salesforceSourceConfig` (*type:* `GoogleApi.Datastream.V1.Model.SalesforceSourceConfig.t`, *default:* `nil`) - Salesforce data source configuration.
28
- * `sourceConnectionProfile` (*type:* `String.t`, *default:* `nil`) - Required. Source connection profile resoource . Format: `projects/{project}/locations/{location}/connectionProfiles/{name}`
28
+ * `sourceConnectionProfile` (*type:* `String.t`, *default:* `nil`) - Required. Source connection profile resource . Format: `projects/{project}/locations/{location}/connectionProfiles/{name}`
29
29
* `sqlServerSourceConfig` (*type:* `GoogleApi.Datastream.V1.Model.SqlServerSourceConfig.t`, *default:* `nil`) - SQLServer data source configuration.
30
30
"""
31
31
You can’t perform that action at this time.
0 commit comments