Skip to content

Commit a239e58

Browse files
feat: Automated regeneration of Datastream client (#13064)
Auto-created at 2025-02-28 13:20:28 +0000 using the toys pull request generator.
1 parent 972c709 commit a239e58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

23-
@discovery_revision "20250213"
23+
@discovery_revision "20250219"
2424

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

clients/datastream/lib/google_api/datastream/v1/model/source_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.Datastream.V1.Model.SourceConfig do
2525
* `oracleSourceConfig` (*type:* `GoogleApi.Datastream.V1.Model.OracleSourceConfig.t`, *default:* `nil`) - Oracle data source configuration.
2626
* `postgresqlSourceConfig` (*type:* `GoogleApi.Datastream.V1.Model.PostgresqlSourceConfig.t`, *default:* `nil`) - PostgreSQL data source configuration.
2727
* `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}`
2929
* `sqlServerSourceConfig` (*type:* `GoogleApi.Datastream.V1.Model.SqlServerSourceConfig.t`, *default:* `nil`) - SQLServer data source configuration.
3030
"""
3131

0 commit comments

Comments
 (0)