Skip to content

Commit d18592c

Browse files
feat: Automated regeneration of datastream v1 client (googleapis#20394)
Auto-created at 2024-10-20 09:07:11 +0000 using the toys pull request generator.
1 parent d14d81a commit d18592c

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

generated/google-apis-datastream_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-datastream_v1
22

3+
### v0.41.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20240930
6+
37
### v0.40.0 (2024-09-15)
48

59
* Regenerated from discovery document revision 20240904

generated/google-apis-datastream_v1/lib/google/apis/datastream_v1/classes.rb

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class ConnectionProfile
285285
# @return [Hash<String,String>]
286286
attr_accessor :labels
287287

288-
# MySQL database profile.
288+
# MySQL database profile. Next ID: 7.
289289
# Corresponds to the JSON property `mysqlProfile`
290290
# @return [Google::Apis::DatastreamV1::MysqlProfile]
291291
attr_accessor :mysql_profile
@@ -295,12 +295,12 @@ class ConnectionProfile
295295
# @return [String]
296296
attr_accessor :name
297297

298-
# Oracle database profile.
298+
# Oracle database profile. Next ID: 10.
299299
# Corresponds to the JSON property `oracleProfile`
300300
# @return [Google::Apis::DatastreamV1::OracleProfile]
301301
attr_accessor :oracle_profile
302302

303-
# PostgreSQL database profile.
303+
# PostgreSQL database profile. Next ID: 7.
304304
# Corresponds to the JSON property `postgresqlProfile`
305305
# @return [Google::Apis::DatastreamV1::PostgresqlProfile]
306306
attr_accessor :postgresql_profile
@@ -310,7 +310,7 @@ class ConnectionProfile
310310
# @return [Google::Apis::DatastreamV1::PrivateConnectivity]
311311
attr_accessor :private_connectivity
312312

313-
# SQLServer database profile
313+
# SQLServer database profile. Next ID: 8.
314314
# Corresponds to the JSON property `sqlServerProfile`
315315
# @return [Google::Apis::DatastreamV1::SqlServerProfile]
316316
attr_accessor :sql_server_profile
@@ -1200,7 +1200,7 @@ def update!(**args)
12001200
end
12011201
end
12021202

1203-
# MySQL database profile.
1203+
# MySQL database profile. Next ID: 7.
12041204
class MysqlProfile
12051205
include Google::Apis::Core::Hashable
12061206

@@ -1209,7 +1209,8 @@ class MysqlProfile
12091209
# @return [String]
12101210
attr_accessor :hostname
12111211

1212-
# Required. Input only. Password for the MySQL connection.
1212+
# Optional. Input only. Password for the MySQL connection. Mutually exclusive
1213+
# with the `secret_manager_stored_password` field.
12131214
# Corresponds to the JSON property `password`
12141215
# @return [String]
12151216
attr_accessor :password
@@ -1619,7 +1620,7 @@ def update!(**args)
16191620
end
16201621
end
16211622

1622-
# Oracle database profile.
1623+
# Oracle database profile. Next ID: 10.
16231624
class OracleProfile
16241625
include Google::Apis::Core::Hashable
16251626

@@ -1643,7 +1644,8 @@ class OracleProfile
16431644
# @return [Google::Apis::DatastreamV1::OracleSslConfig]
16441645
attr_accessor :oracle_ssl_config
16451646

1646-
# Required. Password for the Oracle connection.
1647+
# Optional. Password for the Oracle connection. Mutually exclusive with the `
1648+
# secret_manager_stored_password` field.
16471649
# Corresponds to the JSON property `password`
16481650
# @return [String]
16491651
attr_accessor :password
@@ -1930,7 +1932,7 @@ def update!(**args)
19301932
end
19311933
end
19321934

1933-
# PostgreSQL database profile.
1935+
# PostgreSQL database profile. Next ID: 7.
19341936
class PostgresqlProfile
19351937
include Google::Apis::Core::Hashable
19361938

@@ -1944,7 +1946,8 @@ class PostgresqlProfile
19441946
# @return [String]
19451947
attr_accessor :hostname
19461948

1947-
# Required. Password for the PostgreSQL connection.
1949+
# Optional. Password for the PostgreSQL connection. Mutually exclusive with the `
1950+
# secret_manager_stored_password` field.
19481951
# Corresponds to the JSON property `password`
19491952
# @return [String]
19501953
attr_accessor :password
@@ -2501,7 +2504,7 @@ def update!(**args)
25012504
end
25022505
end
25032506

2504-
# SQLServer database profile
2507+
# SQLServer database profile. Next ID: 8.
25052508
class SqlServerProfile
25062509
include Google::Apis::Core::Hashable
25072510

@@ -2515,7 +2518,8 @@ class SqlServerProfile
25152518
# @return [String]
25162519
attr_accessor :hostname
25172520

2518-
# Required. Password for the SQLServer connection.
2521+
# Optional. Password for the SQLServer connection. Mutually exclusive with the `
2522+
# secret_manager_stored_password` field.
25192523
# Corresponds to the JSON property `password`
25202524
# @return [String]
25212525
attr_accessor :password

generated/google-apis-datastream_v1/lib/google/apis/datastream_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DatastreamV1
1818
# Version of the google-apis-datastream_v1 gem
19-
GEM_VERSION = "0.40.0"
19+
GEM_VERSION = "0.41.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240904"
25+
REVISION = "20240930"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)