@@ -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
0 commit comments