google-apis-datamigration_v1 0.44.0 → 0.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80313d214a610c9aae414e57d036525b437eb1e77204d4c9c10d80d8aa81cc5c
4
- data.tar.gz: 81b579adff9904ba3832c7e3bb3d4ec745406c18ab246c1091fd56ac3f70c02c
3
+ metadata.gz: abe8bfe8ae3e6516a6bc89562dd39e854f3a310b4cadea86955016204286eb68
4
+ data.tar.gz: 9b748549457ba938425890700e926b6b3e8678c3d31d07461e473d80245b6f86
5
5
  SHA512:
6
- metadata.gz: 928f8a4f6ed74e0f04d4a746c86811902851ef4ae387b272274839564aa16794d5d4cc1d26d66d80fe1e9c8012dceadd4dd51d21f04e5b2546375d776bc16fcc
7
- data.tar.gz: f0b6c712e67663e7bf6dfb060e84a787ac8bbe778bc0bbcf1aa6323655ab92f926081c836fb45d28a4b3ef4288c9f67308eca0ab0d6a4139a7698a916f6cb763
6
+ metadata.gz: f7c166ab0d6c042052f0d9345023355f1cf2bfdbe677eb5506a326309307dac68aa6cf8816db89c9917ddbe2110463bfd517446fa16c0b6c089dd9c447235f43
7
+ data.tar.gz: 7efd5007484aee56471f3c49ca14dd1922df92ec68b79b8a0d3d7e2bc4bb8877d27c3e3dc09e629436aceb1a8f8de6e62b8d399183d7541c8a5e835da5dea6ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.46.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231031
6
+
7
+ ### v0.45.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231011
10
+
3
11
  ### v0.44.0 (2023-09-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20230912
@@ -1236,7 +1236,7 @@ module Google
1236
1236
  # @return [String]
1237
1237
  attr_accessor :engine
1238
1238
 
1239
- # Required. Engine named version, for example 12.c.1.
1239
+ # Required. Engine version, for example "12.c.1".
1240
1240
  # Corresponds to the JSON property `version`
1241
1241
  # @return [String]
1242
1242
  attr_accessor :version
@@ -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.44.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 = "20230912"
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.44.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-09-24 00:00:00.000000000 Z
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.44.0
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: []