google-apis-datamigration_v1 0.48.0 → 0.49.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: 93ebaaf1f4f461788a6af1074c4a50c78044b754d2c0cd0df26112cf520a54eb
4
- data.tar.gz: 64251b8c0fdf94c496a89731024045bf013efe7000da9813e3f7806d68a385c5
3
+ metadata.gz: 5673b13d9163dc3c6e6c812e013f68a6700744953020c0aae53364709531109a
4
+ data.tar.gz: 9b23eb1314244289eb8d6d2f70ec51081f05cff455a93f4e9fd565ef9b666bb7
5
5
  SHA512:
6
- metadata.gz: 54fb5fc961b9da15fa31972508b3bac48adc30f7518778b9091282aa50eb719680a06f853526723a7863e149cf1c9fb31a8b05392537c787bdadb43b1f72e399
7
- data.tar.gz: 5e47c2a1f198a8fce1965030c1a16b0a6725e1d66eac59ceff7023a56c741095a9e48bcb4d479cf8ac63655458e017379b832a3d9847c76a89885c8c92ba4737
6
+ metadata.gz: a242484e2c202b65b49cfb2d83dfc7c28b22093922fabb785c1da370ce74dcac1e0764139f5eec9b7cc9ca494b1fdafdbdfe7c3898815e2cdd67e3ee80325e88
7
+ data.tar.gz: a4e8fcd5eda8f4f185a6ad561bdc26ab3b27eeb080f44f6b269a2d3861f2c1500642c54c5d541b4a3ad2a4a9959611b5872363746de43be692512e2f149f4fc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.48.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231111
@@ -408,21 +408,43 @@ module Google
408
408
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
409
409
  # email address that represents a Google group. For example, `admins@example.com`
410
410
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
411
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
412
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
413
- # representing a user that has been recently deleted. For example, `alice@
414
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
415
- # reverts to `user:`emailid`` and the recovered user retains the role in the
416
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
417
- # (plus unique identifier) representing a service account that has been recently
418
- # 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=
419
437
  # 123456789012345678901`. If the service account is undeleted, this value
420
438
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
421
439
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
422
440
  # An email address (plus unique identifier) representing a Google group that has
423
441
  # been recently deleted. For example, `admins@example.com?uid=
424
442
  # 123456789012345678901`. If the group is recovered, this value reverts to `
425
- # 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`.
426
448
  # Corresponds to the JSON property `members`
427
449
  # @return [Array<String>]
428
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.48.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 = "20231111"
25
+ REVISION = "20231214"
26
26
  end
27
27
  end
28
28
  end
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.48.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-19 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.48.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: []