google-apis-datamigration_v1 0.67.0 → 0.68.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: c857fb69c80666ac1ff01f5fb0dd43809c022b9b61e69c9089c7e1d14dca6251
4
- data.tar.gz: 6612ac8ff634ad93c0422bba34c11bd63e030471effa411a90ff64861ed70239
3
+ metadata.gz: e9f765b89c98b115e12c5d189ae0256bfb12a1065b7b4b4daa366b05977444b7
4
+ data.tar.gz: 5198b30de7fc7c5e6cfdd1e486fc46774386ff4c341ca6a1aff308b6cee652ca
5
5
  SHA512:
6
- metadata.gz: 7d465efdec98df4f430005a5a7d31906f3d6f4e1d480f5a3a0cbec581db20009069862528198c61dc67887e8a22814b39ee353730f5488e82cce13fa7329068d
7
- data.tar.gz: 8200a3ab08526094c2627b89e3bf70684b8006653668dd65477a0c13e518f7bff2576d7cda9ef5775a185fdc9792341afc28452fbacd0a074694020d97547f96
6
+ metadata.gz: 794f8df4dd936b59a2fb27a604ae4e2524bfb797a8f7f8934a9d82a9a5d36df3873f68bdbf29a114224b5dffba11e4842ff8f3efed9e0d85f3860e94274e9e69
7
+ data.tar.gz: 21205f0de14923ce2919fdc83206a7d934cdd7603a50bc736bcc58956e072594ce8ec0b4429233673383e8623cd84f399c086bf740484f2ef1ea9510f9a99347
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.68.0 (2025-01-08)
4
+
5
+ * Regenerated from discovery document revision 20241231
6
+
3
7
  ### v0.67.0 (2024-12-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20241211
@@ -1008,6 +1008,18 @@ module Google
1008
1008
  # @return [String]
1009
1009
  attr_accessor :role
1010
1010
 
1011
+ # Output only. Zone Isolation compliance state of the resource.
1012
+ # Corresponds to the JSON property `satisfiesPzi`
1013
+ # @return [Boolean]
1014
+ attr_accessor :satisfies_pzi
1015
+ alias_method :satisfies_pzi?, :satisfies_pzi
1016
+
1017
+ # Output only. Zone Separation compliance state of the resource.
1018
+ # Corresponds to the JSON property `satisfiesPzs`
1019
+ # @return [Boolean]
1020
+ attr_accessor :satisfies_pzs
1021
+ alias_method :satisfies_pzs?, :satisfies_pzs
1022
+
1011
1023
  # Specifies connection parameters required specifically for SQL Server databases.
1012
1024
  # Corresponds to the JSON property `sqlserver`
1013
1025
  # @return [Google::Apis::DatamigrationV1::SqlServerConnectionProfile]
@@ -1043,6 +1055,8 @@ module Google
1043
1055
  @postgresql = args[:postgresql] if args.key?(:postgresql)
1044
1056
  @provider = args[:provider] if args.key?(:provider)
1045
1057
  @role = args[:role] if args.key?(:role)
1058
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
1059
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1046
1060
  @sqlserver = args[:sqlserver] if args.key?(:sqlserver)
1047
1061
  @state = args[:state] if args.key?(:state)
1048
1062
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -3128,6 +3142,18 @@ module Google
3128
3142
  # @return [Google::Apis::DatamigrationV1::ReverseSshConnectivity]
3129
3143
  attr_accessor :reverse_ssh_connectivity
3130
3144
 
3145
+ # Output only. Zone Isolation compliance state of the resource.
3146
+ # Corresponds to the JSON property `satisfiesPzi`
3147
+ # @return [Boolean]
3148
+ attr_accessor :satisfies_pzi
3149
+ alias_method :satisfies_pzi?, :satisfies_pzi
3150
+
3151
+ # Output only. Zone Separation compliance state of the resource.
3152
+ # Corresponds to the JSON property `satisfiesPzs`
3153
+ # @return [Boolean]
3154
+ attr_accessor :satisfies_pzs
3155
+ alias_method :satisfies_pzs?, :satisfies_pzs
3156
+
3131
3157
  # Required. The resource name (URI) of the source connection profile.
3132
3158
  # Corresponds to the JSON property `source`
3133
3159
  # @return [String]
@@ -3201,6 +3227,8 @@ module Google
3201
3227
  @performance_config = args[:performance_config] if args.key?(:performance_config)
3202
3228
  @phase = args[:phase] if args.key?(:phase)
3203
3229
  @reverse_ssh_connectivity = args[:reverse_ssh_connectivity] if args.key?(:reverse_ssh_connectivity)
3230
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
3231
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
3204
3232
  @source = args[:source] if args.key?(:source)
3205
3233
  @source_database = args[:source_database] if args.key?(:source_database)
3206
3234
  @sqlserver_homogeneous_migration_job_config = args[:sqlserver_homogeneous_migration_job_config] if args.key?(:sqlserver_homogeneous_migration_job_config)
@@ -4193,6 +4221,18 @@ module Google
4193
4221
  # @return [String]
4194
4222
  attr_accessor :name
4195
4223
 
4224
+ # Output only. Zone Isolation compliance state of the resource.
4225
+ # Corresponds to the JSON property `satisfiesPzi`
4226
+ # @return [Boolean]
4227
+ attr_accessor :satisfies_pzi
4228
+ alias_method :satisfies_pzi?, :satisfies_pzi
4229
+
4230
+ # Output only. Zone Separation compliance state of the resource.
4231
+ # Corresponds to the JSON property `satisfiesPzs`
4232
+ # @return [Boolean]
4233
+ attr_accessor :satisfies_pzs
4234
+ alias_method :satisfies_pzs?, :satisfies_pzs
4235
+
4196
4236
  # Output only. The state of the private connection.
4197
4237
  # Corresponds to the JSON property `state`
4198
4238
  # @return [String]
@@ -4220,6 +4260,8 @@ module Google
4220
4260
  @error = args[:error] if args.key?(:error)
4221
4261
  @labels = args[:labels] if args.key?(:labels)
4222
4262
  @name = args[:name] if args.key?(:name)
4263
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
4264
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
4223
4265
  @state = args[:state] if args.key?(:state)
4224
4266
  @update_time = args[:update_time] if args.key?(:update_time)
4225
4267
  @vpc_peering_config = args[:vpc_peering_config] if args.key?(:vpc_peering_config)
@@ -4916,8 +4958,8 @@ module Google
4916
4958
  class SourceObjectIdentifier
4917
4959
  include Google::Apis::Core::Hashable
4918
4960
 
4919
- # The database name. This will be required only if the object uses a database
4920
- # name as part of its unique identifier.
4961
+ # Optional. The database name. This will be required only if the object uses a
4962
+ # database name as part of its unique identifier.
4921
4963
  # Corresponds to the JSON property `database`
4922
4964
  # @return [String]
4923
4965
  attr_accessor :database
@@ -4942,7 +4984,7 @@ module Google
4942
4984
  class SourceObjectsConfig
4943
4985
  include Google::Apis::Core::Hashable
4944
4986
 
4945
- # The list of the objects to be migrated.
4987
+ # Optional. The list of the objects to be migrated.
4946
4988
  # Corresponds to the JSON property `objectConfigs`
4947
4989
  # @return [Array<Google::Apis::DatamigrationV1::SourceObjectConfig>]
4948
4990
  attr_accessor :object_configs
@@ -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.67.0"
19
+ GEM_VERSION = "0.68.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241211"
25
+ REVISION = "20241231"
26
26
  end
27
27
  end
28
28
  end
@@ -1150,6 +1150,8 @@ module Google
1150
1150
 
1151
1151
  property :provider, as: 'provider'
1152
1152
  property :role, as: 'role'
1153
+ property :satisfies_pzi, as: 'satisfiesPzi'
1154
+ property :satisfies_pzs, as: 'satisfiesPzs'
1153
1155
  property :sqlserver, as: 'sqlserver', class: Google::Apis::DatamigrationV1::SqlServerConnectionProfile, decorator: Google::Apis::DatamigrationV1::SqlServerConnectionProfile::Representation
1154
1156
 
1155
1157
  property :state, as: 'state'
@@ -1734,6 +1736,8 @@ module Google
1734
1736
  property :phase, as: 'phase'
1735
1737
  property :reverse_ssh_connectivity, as: 'reverseSshConnectivity', class: Google::Apis::DatamigrationV1::ReverseSshConnectivity, decorator: Google::Apis::DatamigrationV1::ReverseSshConnectivity::Representation
1736
1738
 
1739
+ property :satisfies_pzi, as: 'satisfiesPzi'
1740
+ property :satisfies_pzs, as: 'satisfiesPzs'
1737
1741
  property :source, as: 'source'
1738
1742
  property :source_database, as: 'sourceDatabase', class: Google::Apis::DatamigrationV1::DatabaseType, decorator: Google::Apis::DatamigrationV1::DatabaseType::Representation
1739
1743
 
@@ -1989,6 +1993,8 @@ module Google
1989
1993
 
1990
1994
  hash :labels, as: 'labels'
1991
1995
  property :name, as: 'name'
1996
+ property :satisfies_pzi, as: 'satisfiesPzi'
1997
+ property :satisfies_pzs, as: 'satisfiesPzs'
1992
1998
  property :state, as: 'state'
1993
1999
  property :update_time, as: 'updateTime'
1994
2000
  property :vpc_peering_config, as: 'vpcPeeringConfig', class: Google::Apis::DatamigrationV1::VpcPeeringConfig, decorator: Google::Apis::DatamigrationV1::VpcPeeringConfig::Representation
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.67.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.68.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Database Migration API V1
82
79
  test_files: []