Skip to content

Commit

Permalink
feat: Automated regeneration of Datastream client (#12323)
Browse files Browse the repository at this point in the history
Auto-created at 2024-10-13 13:17:28 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 13, 2024
1 parent c440106 commit d4b80cb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Datastream.V1 do
API client metadata for GoogleApi.Datastream.V1.
"""

@discovery_revision "20240904"
@discovery_revision "20240930"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

defmodule GoogleApi.Datastream.V1.Model.MysqlProfile do
@moduledoc """
MySQL database profile.
MySQL database profile. Next ID: 7.
## Attributes
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the MySQL connection.
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Input only. Password for the MySQL connection.
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Input only. Password for the MySQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the MySQL connection, default value is 3306.
* `sslConfig` (*type:* `GoogleApi.Datastream.V1.Model.MysqlSslConfig.t`, *default:* `nil`) - SSL configuration for the MySQL connection.
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the MySQL connection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

defmodule GoogleApi.Datastream.V1.Model.OracleProfile do
@moduledoc """
Oracle database profile.
Oracle database profile. Next ID: 10.
## Attributes
* `connectionAttributes` (*type:* `map()`, *default:* `nil`) - Connection string attributes
* `databaseService` (*type:* `String.t`, *default:* `nil`) - Required. Database for the Oracle connection.
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the Oracle connection.
* `oracleSslConfig` (*type:* `GoogleApi.Datastream.V1.Model.OracleSslConfig.t`, *default:* `nil`) - Optional. SSL configuration for the Oracle connection.
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Password for the Oracle connection.
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Password for the Oracle connection. Mutually exclusive with the `secret_manager_stored_password` field.
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the Oracle connection, default value is 1521.
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the Oracle connection.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

defmodule GoogleApi.Datastream.V1.Model.PostgresqlProfile do
@moduledoc """
PostgreSQL database profile.
PostgreSQL database profile. Next ID: 7.
## Attributes
* `database` (*type:* `String.t`, *default:* `nil`) - Required. Database for the PostgreSQL connection.
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the PostgreSQL connection.
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Password for the PostgreSQL connection.
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Password for the PostgreSQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the PostgreSQL connection, default value is 5432.
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the PostgreSQL connection.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

defmodule GoogleApi.Datastream.V1.Model.SqlServerProfile do
@moduledoc """
SQLServer database profile
SQLServer database profile. Next ID: 8.
## Attributes
* `database` (*type:* `String.t`, *default:* `nil`) - Required. Database for the SQLServer connection.
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the SQLServer connection.
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Password for the SQLServer connection.
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Password for the SQLServer connection. Mutually exclusive with the `secret_manager_stored_password` field.
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the SQLServer connection, default value is 1433.
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the SQLServer connection.
"""
Expand Down
2 changes: 1 addition & 1 deletion clients/datastream/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Datastream.Mixfile do
use Mix.Project

@version "0.7.0"
@version "0.7.1"

def project() do
[
Expand Down

0 comments on commit d4b80cb

Please sign in to comment.