Skip to content

Commit d4b80cb

Browse files
feat: Automated regeneration of Datastream client (googleapis#12323)
Auto-created at 2024-10-13 13:17:28 +0000 using the toys pull request generator.
1 parent c440106 commit d4b80cb

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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 "20240904"
23+
@discovery_revision "20240930"
2424

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
defmodule GoogleApi.Datastream.V1.Model.MysqlProfile do
1919
@moduledoc """
20-
MySQL database profile.
20+
MySQL database profile. Next ID: 7.
2121
2222
## Attributes
2323
2424
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the MySQL connection.
25-
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Input only. Password for the MySQL connection.
25+
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Input only. Password for the MySQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
2626
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the MySQL connection, default value is 3306.
2727
* `sslConfig` (*type:* `GoogleApi.Datastream.V1.Model.MysqlSslConfig.t`, *default:* `nil`) - SSL configuration for the MySQL connection.
2828
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the MySQL connection.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
defmodule GoogleApi.Datastream.V1.Model.OracleProfile do
1919
@moduledoc """
20-
Oracle database profile.
20+
Oracle database profile. Next ID: 10.
2121
2222
## Attributes
2323
2424
* `connectionAttributes` (*type:* `map()`, *default:* `nil`) - Connection string attributes
2525
* `databaseService` (*type:* `String.t`, *default:* `nil`) - Required. Database for the Oracle connection.
2626
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the Oracle connection.
2727
* `oracleSslConfig` (*type:* `GoogleApi.Datastream.V1.Model.OracleSslConfig.t`, *default:* `nil`) - Optional. SSL configuration for the Oracle connection.
28-
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Password for the Oracle connection.
28+
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Password for the Oracle connection. Mutually exclusive with the `secret_manager_stored_password` field.
2929
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the Oracle connection, default value is 1521.
3030
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the Oracle connection.
3131
"""

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
defmodule GoogleApi.Datastream.V1.Model.PostgresqlProfile do
1919
@moduledoc """
20-
PostgreSQL database profile.
20+
PostgreSQL database profile. Next ID: 7.
2121
2222
## Attributes
2323
2424
* `database` (*type:* `String.t`, *default:* `nil`) - Required. Database for the PostgreSQL connection.
2525
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the PostgreSQL connection.
26-
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Password for the PostgreSQL connection.
26+
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Password for the PostgreSQL connection. Mutually exclusive with the `secret_manager_stored_password` field.
2727
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the PostgreSQL connection, default value is 5432.
2828
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the PostgreSQL connection.
2929
"""

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
defmodule GoogleApi.Datastream.V1.Model.SqlServerProfile do
1919
@moduledoc """
20-
SQLServer database profile
20+
SQLServer database profile. Next ID: 8.
2121
2222
## Attributes
2323
2424
* `database` (*type:* `String.t`, *default:* `nil`) - Required. Database for the SQLServer connection.
2525
* `hostname` (*type:* `String.t`, *default:* `nil`) - Required. Hostname for the SQLServer connection.
26-
* `password` (*type:* `String.t`, *default:* `nil`) - Required. Password for the SQLServer connection.
26+
* `password` (*type:* `String.t`, *default:* `nil`) - Optional. Password for the SQLServer connection. Mutually exclusive with the `secret_manager_stored_password` field.
2727
* `port` (*type:* `integer()`, *default:* `nil`) - Port for the SQLServer connection, default value is 1433.
2828
* `username` (*type:* `String.t`, *default:* `nil`) - Required. Username for the SQLServer connection.
2929
"""

clients/datastream/mix.exs

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

21-
@version "0.7.0"
21+
@version "0.7.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)