google-apis-datamigration_v1 0.45.0 → 0.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abe8bfe8ae3e6516a6bc89562dd39e854f3a310b4cadea86955016204286eb68
|
|
4
|
+
data.tar.gz: 9b748549457ba938425890700e926b6b3e8678c3d31d07461e473d80245b6f86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7c166ab0d6c042052f0d9345023355f1cf2bfdbe677eb5506a326309307dac68aa6cf8816db89c9917ddbe2110463bfd517446fa16c0b6c089dd9c447235f43
|
|
7
|
+
data.tar.gz: 7efd5007484aee56471f3c49ca14dd1922df92ec68b79b8a0d3d7e2bc4bb8877d27c3e3dc09e629436aceb1a8f8de6e62b8d399183d7541c8a5e835da5dea6ec
|
data/CHANGELOG.md
CHANGED
|
@@ -3477,6 +3477,12 @@ module Google
|
|
|
3477
3477
|
class PostgreSqlConnectionProfile
|
|
3478
3478
|
include Google::Apis::Core::Hashable
|
|
3479
3479
|
|
|
3480
|
+
# Optional. If the destination is an AlloyDB database, use this field to provide
|
|
3481
|
+
# the AlloyDB cluster ID.
|
|
3482
|
+
# Corresponds to the JSON property `alloydbClusterId`
|
|
3483
|
+
# @return [String]
|
|
3484
|
+
attr_accessor :alloydb_cluster_id
|
|
3485
|
+
|
|
3480
3486
|
# If the source is a Cloud SQL database, use this field to provide the Cloud SQL
|
|
3481
3487
|
# instance ID of the source.
|
|
3482
3488
|
# Corresponds to the JSON property `cloudSqlId`
|
|
@@ -3544,6 +3550,7 @@ module Google
|
|
|
3544
3550
|
|
|
3545
3551
|
# Update properties of this object
|
|
3546
3552
|
def update!(**args)
|
|
3553
|
+
@alloydb_cluster_id = args[:alloydb_cluster_id] if args.key?(:alloydb_cluster_id)
|
|
3547
3554
|
@cloud_sql_id = args[:cloud_sql_id] if args.key?(:cloud_sql_id)
|
|
3548
3555
|
@host = args[:host] if args.key?(:host)
|
|
3549
3556
|
@network_architecture = args[:network_architecture] if args.key?(:network_architecture)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DatamigrationV1
|
|
18
18
|
# Version of the google-apis-datamigration_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231031"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1653,6 +1653,7 @@ module Google
|
|
|
1653
1653
|
class PostgreSqlConnectionProfile
|
|
1654
1654
|
# @private
|
|
1655
1655
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1656
|
+
property :alloydb_cluster_id, as: 'alloydbClusterId'
|
|
1656
1657
|
property :cloud_sql_id, as: 'cloudSqlId'
|
|
1657
1658
|
property :host, as: 'host'
|
|
1658
1659
|
property :network_architecture, as: 'networkArchitecture'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-datamigration_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.46.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.46.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|