Skip to content

Commit 268fef6

Browse files
feat: Automated regeneration of datamigration v1 client (googleapis#20610)
Auto-created at 2024-11-24 09:16:53 +0000 using the toys pull request generator.
1 parent 76fe2a2 commit 268fef6

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136181,6 +136181,7 @@
136181136181
"/datamigration:v1/PostgreSqlConnectionProfile": postgre_sql_connection_profile
136182136182
"/datamigration:v1/PostgreSqlConnectionProfile/alloydbClusterId": alloydb_cluster_id
136183136183
"/datamigration:v1/PostgreSqlConnectionProfile/cloudSqlId": cloud_sql_id
136184+
"/datamigration:v1/PostgreSqlConnectionProfile/database": database
136184136185
"/datamigration:v1/PostgreSqlConnectionProfile/host": host
136185136186
"/datamigration:v1/PostgreSqlConnectionProfile/networkArchitecture": network_architecture
136186136187
"/datamigration:v1/PostgreSqlConnectionProfile/password": password

generated/google-apis-datamigration_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-datamigration_v1
22

3+
### v0.65.0 (2024-11-24)
4+
5+
* Regenerated from discovery document revision 20241109
6+
37
### v0.64.0 (2024-10-27)
48

59
* Regenerated from discovery document revision 20241015

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3853,6 +3853,11 @@ class PostgreSqlConnectionProfile
38533853
# @return [String]
38543854
attr_accessor :cloud_sql_id
38553855

3856+
# Optional. The name of the specific database within the host.
3857+
# Corresponds to the JSON property `database`
3858+
# @return [String]
3859+
attr_accessor :database
3860+
38563861
# Required. The IP or hostname of the source PostgreSQL database.
38573862
# Corresponds to the JSON property `host`
38583863
# @return [String]
@@ -3916,6 +3921,7 @@ def initialize(**args)
39163921
def update!(**args)
39173922
@alloydb_cluster_id = args[:alloydb_cluster_id] if args.key?(:alloydb_cluster_id)
39183923
@cloud_sql_id = args[:cloud_sql_id] if args.key?(:cloud_sql_id)
3924+
@database = args[:database] if args.key?(:database)
39193925
@host = args[:host] if args.key?(:host)
39203926
@network_architecture = args[:network_architecture] if args.key?(:network_architecture)
39213927
@password = args[:password] if args.key?(:password)

generated/google-apis-datamigration_v1/lib/google/apis/datamigration_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 DatamigrationV1
1818
# Version of the google-apis-datamigration_v1 gem
19-
GEM_VERSION = "0.64.0"
19+
GEM_VERSION = "0.65.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 = "20241015"
25+
REVISION = "20241109"
2626
end
2727
end
2828
end

generated/google-apis-datamigration_v1/lib/google/apis/datamigration_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,7 @@ class PostgreSqlConnectionProfile
18551855
class Representation < Google::Apis::Core::JsonRepresentation
18561856
property :alloydb_cluster_id, as: 'alloydbClusterId'
18571857
property :cloud_sql_id, as: 'cloudSqlId'
1858+
property :database, as: 'database'
18581859
property :host, as: 'host'
18591860
property :network_architecture, as: 'networkArchitecture'
18601861
property :password, as: 'password'

0 commit comments

Comments
 (0)