google-apis-datamigration_v1 0.8.0 → 0.9.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: 5ec511b4242c6649da2679f16117a057e0378ad9f6151b23969e64782495e997
4
- data.tar.gz: c6430cfc67d6f7562a99c421571d0281fd1054b14948b5adb4e905186d3ba81e
3
+ metadata.gz: 684d98ac81e222f7a9f46dc9711ec9321fba357dbb749d2791c1172b65264558
4
+ data.tar.gz: 3e046b72c1f385c32208a2b45849b8d856c445350936348141e2940ae0dcb255
5
5
  SHA512:
6
- metadata.gz: 8bd19bb08c67fc37b6ae82b3cc0774dff612470948c9e353dfb0b45c20305fb6ae07c749a0363791f7e89a9b76e768347a82e20c20c38d85a26ce084e0b4aac7
7
- data.tar.gz: 7ddc10bbdef15eab364299dfbceb92e8fec09301786b42d2020621dfe1f16cce4ae1a0f7793abaebc435eead51abd7029d2fcfad87c1a3cc6a8f6d2eddec1bf2
6
+ metadata.gz: 26ed59b0dfc59f32b2f811d57b6750517db94b1c7cd26737920939d3c4c8d259ed5fbd38e2ed4ab0036b53fa02166cf1a8c54cc45aa18e8645b4ae395a90afcf
7
+ data.tar.gz: 5d3055f9b1e71cd76e35f9f32efc93891f9ef188351e2b513eaa69c6bcc0fb7f4d1043e31c38713da44ffca323906cfca3df916c2f223e8006a889926c9e6e95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.9.0 (2021-12-11)
4
+
5
+ * Regenerated from discovery document revision 20211201
6
+
3
7
  ### v0.8.0 (2021-10-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20211020
@@ -239,6 +239,11 @@ module Google
239
239
  attr_accessor :auto_storage_increase
240
240
  alias_method :auto_storage_increase?, :auto_storage_increase
241
241
 
242
+ # The KMS key name used for the csql instance.
243
+ # Corresponds to the JSON property `cmekKeyName`
244
+ # @return [String]
245
+ attr_accessor :cmek_key_name
246
+
242
247
  # The Cloud SQL default instance level collation.
243
248
  # Corresponds to the JSON property `collation`
244
249
  # @return [String]
@@ -326,6 +331,7 @@ module Google
326
331
  def update!(**args)
327
332
  @activation_policy = args[:activation_policy] if args.key?(:activation_policy)
328
333
  @auto_storage_increase = args[:auto_storage_increase] if args.key?(:auto_storage_increase)
334
+ @cmek_key_name = args[:cmek_key_name] if args.key?(:cmek_key_name)
329
335
  @collation = args[:collation] if args.key?(:collation)
330
336
  @data_disk_size_gb = args[:data_disk_size_gb] if args.key?(:data_disk_size_gb)
331
337
  @data_disk_type = args[:data_disk_type] if args.key?(:data_disk_type)
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211020"
25
+ REVISION = "20211201"
26
26
  end
27
27
  end
28
28
  end
@@ -323,6 +323,7 @@ module Google
323
323
  class Representation < Google::Apis::Core::JsonRepresentation
324
324
  property :activation_policy, as: 'activationPolicy'
325
325
  property :auto_storage_increase, as: 'autoStorageIncrease'
326
+ property :cmek_key_name, as: 'cmekKeyName'
326
327
  property :collation, as: 'collation'
327
328
  property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
328
329
  property :data_disk_type, as: 'dataDiskType'
@@ -243,13 +243,16 @@ module Google
243
243
  # REQUIRED: The resource for which the policy is being requested. See the
244
244
  # operation documentation for the appropriate value for this field.
245
245
  # @param [Fixnum] options_requested_policy_version
246
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
247
- # 3. Requests specifying an invalid value will be rejected. Requests for
248
- # policies with any conditional bindings must specify version 3. Policies
249
- # without any conditional bindings may specify any valid value or leave the
250
- # field unset. To learn which resources support conditions in their IAM policies,
251
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
252
- # resource-policies).
246
+ # Optional. The maximum policy version that will be used to format the policy.
247
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
248
+ # rejected. Requests for policies with any conditional role bindings must
249
+ # specify version 3. Policies with no conditional role bindings may specify any
250
+ # valid value or leave the field unset. The policy in the response might use the
251
+ # policy version that you specified, or it might use a lower policy version. For
252
+ # example, if you specify version 3, but the policy has no conditional role
253
+ # bindings, the response uses version 1. To learn which resources support
254
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
255
+ # google.com/iam/help/conditions/resource-policies).
253
256
  # @param [String] fields
254
257
  # Selector specifying which fields to include in a partial response.
255
258
  # @param [String] quota_user
@@ -605,13 +608,16 @@ module Google
605
608
  # REQUIRED: The resource for which the policy is being requested. See the
606
609
  # operation documentation for the appropriate value for this field.
607
610
  # @param [Fixnum] options_requested_policy_version
608
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
609
- # 3. Requests specifying an invalid value will be rejected. Requests for
610
- # policies with any conditional bindings must specify version 3. Policies
611
- # without any conditional bindings may specify any valid value or leave the
612
- # field unset. To learn which resources support conditions in their IAM policies,
613
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
614
- # resource-policies).
611
+ # Optional. The maximum policy version that will be used to format the policy.
612
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
613
+ # rejected. Requests for policies with any conditional role bindings must
614
+ # specify version 3. Policies with no conditional role bindings may specify any
615
+ # valid value or leave the field unset. The policy in the response might use the
616
+ # policy version that you specified, or it might use a lower policy version. For
617
+ # example, if you specify version 3, but the policy has no conditional role
618
+ # bindings, the response uses version 1. To learn which resources support
619
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
620
+ # google.com/iam/help/conditions/resource-policies).
615
621
  # @param [String] fields
616
622
  # Selector specifying which fields to include in a partial response.
617
623
  # @param [String] quota_user
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.8.0
4
+ version: 0.9.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: 2021-11-01 00:00:00.000000000 Z
11
+ date: 2021-12-13 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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.9.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: []