google-apis-datamigration_v1 0.47.0 → 0.49.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: 4844d122502d957176c37327c103ba2ff4207e75c5ab15134eb847f85aeb81ef
4
- data.tar.gz: cb87cd6c82bd0fdd3c9e5bbc6969f1f4317f7c12eaf1cca42168eceae304059b
3
+ metadata.gz: 5673b13d9163dc3c6e6c812e013f68a6700744953020c0aae53364709531109a
4
+ data.tar.gz: 9b23eb1314244289eb8d6d2f70ec51081f05cff455a93f4e9fd565ef9b666bb7
5
5
  SHA512:
6
- metadata.gz: a9f7febb91d0ad19412f427a22fd62a1abf252baa13acde40a6fff22bff7646c12e896d191e084a65cb5d53d8d1e3da2281cb0e4a74579d44c83e928a2785e37
7
- data.tar.gz: e29ae0b389d4884022c6bb7edcc4a8b1af6409f3d453778af4422ba08e558a0eaa284b6c4d0fca16347f89098bf3a2f1bfe6478342d9a48baca833093d42602b
6
+ metadata.gz: a242484e2c202b65b49cfb2d83dfc7c28b22093922fabb785c1da370ce74dcac1e0764139f5eec9b7cc9ca494b1fdafdbdfe7c3898815e2cdd67e3ee80325e88
7
+ data.tar.gz: a4e8fcd5eda8f4f185a6ad561bdc26ab3b27eeb080f44f6b269a2d3861f2c1500642c54c5d541b4a3ad2a4a9959611b5872363746de43be692512e2f149f4fc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.49.0 (2023-12-24)
4
+
5
+ * Regenerated from discovery document revision 20231214
6
+
7
+ ### v0.48.0 (2023-11-19)
8
+
9
+ * Regenerated from discovery document revision 20231111
10
+
3
11
  ### v0.47.0 (2023-11-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20231106
@@ -53,6 +53,13 @@ module Google
53
53
  class AlloyDbSettings
54
54
  include Google::Apis::Core::Hashable
55
55
 
56
+ # Optional. The database engine major version. This is an optional field. If a
57
+ # database version is not supplied at cluster creation time, then a default
58
+ # database version will be used.
59
+ # Corresponds to the JSON property `databaseVersion`
60
+ # @return [String]
61
+ attr_accessor :database_version
62
+
56
63
  # EncryptionConfig describes the encryption config of a cluster that is
57
64
  # encrypted with a CMEK (customer-managed encryption key).
58
65
  # Corresponds to the JSON property `encryptionConfig`
@@ -91,6 +98,7 @@ module Google
91
98
 
92
99
  # Update properties of this object
93
100
  def update!(**args)
101
+ @database_version = args[:database_version] if args.key?(:database_version)
94
102
  @encryption_config = args[:encryption_config] if args.key?(:encryption_config)
95
103
  @initial_user = args[:initial_user] if args.key?(:initial_user)
96
104
  @labels = args[:labels] if args.key?(:labels)
@@ -400,21 +408,43 @@ module Google
400
408
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
401
409
  # email address that represents a Google group. For example, `admins@example.com`
402
410
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
403
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
404
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
405
- # representing a user that has been recently deleted. For example, `alice@
406
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
407
- # reverts to `user:`emailid`` and the recovered user retains the role in the
408
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
409
- # (plus unique identifier) representing a service account that has been recently
410
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
411
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
412
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
413
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
414
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
415
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
416
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
417
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
418
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
419
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
420
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
421
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
422
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
423
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
424
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
425
+ # googleapis.com/projects/`project_number`/locations/global/
426
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
427
+ # All identities in a workload identity pool with a certain attribute. * `
428
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
429
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
430
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
431
+ # identifier) representing a user that has been recently deleted. For example, `
432
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
433
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
434
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
435
+ # address (plus unique identifier) representing a service account that has been
436
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
411
437
  # 123456789012345678901`. If the service account is undeleted, this value
412
438
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
413
439
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
414
440
  # An email address (plus unique identifier) representing a Google group that has
415
441
  # been recently deleted. For example, `admins@example.com?uid=
416
442
  # 123456789012345678901`. If the group is recovered, this value reverts to `
417
- # group:`emailid`` and the recovered group retains the role in the binding.
443
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
444
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
445
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
446
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
447
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
418
448
  # Corresponds to the JSON property `members`
419
449
  # @return [Array<String>]
420
450
  attr_accessor :members
@@ -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.47.0"
19
+ GEM_VERSION = "0.49.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 = "20231106"
25
+ REVISION = "20231214"
26
26
  end
27
27
  end
28
28
  end
@@ -796,6 +796,7 @@ module Google
796
796
  class AlloyDbSettings
797
797
  # @private
798
798
  class Representation < Google::Apis::Core::JsonRepresentation
799
+ property :database_version, as: 'databaseVersion'
799
800
  property :encryption_config, as: 'encryptionConfig', class: Google::Apis::DatamigrationV1::EncryptionConfig, decorator: Google::Apis::DatamigrationV1::EncryptionConfig::Representation
800
801
 
801
802
  property :initial_user, as: 'initialUser', class: Google::Apis::DatamigrationV1::UserPassword, decorator: Google::Apis::DatamigrationV1::UserPassword::Representation
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.47.0
4
+ version: 0.49.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-12 00:00:00.000000000 Z
11
+ date: 2023-12-24 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.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.49.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: []