Skip to content

Commit 5833772

Browse files
feat: Automated regeneration of datacatalog v1 client (#17118)
Auto-created at 2024-01-07 10:19:56 +0000 using the toys pull request generator.
1 parent bbb7405 commit 5833772

3 files changed

Lines changed: 37 additions & 11 deletions

File tree

generated/google-apis-datacatalog_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-datacatalog_v1
22

3+
### v0.45.0 (2024-01-07)
4+
5+
* Regenerated from discovery document revision 20231228
6+
37
### v0.44.0 (2023-12-10)
48

59
* Regenerated from discovery document revision 20231205

generated/google-apis-datacatalog_v1/lib/google/apis/datacatalog_v1/classes.rb

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,43 @@ class Binding
6161
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
6262
# email address that represents a Google group. For example, `admins@example.com`
6363
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
64-
# users of that domain. For example, `google.com` or `example.com`. * `deleted:
65-
# user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
66-
# representing a user that has been recently deleted. For example, `alice@
67-
# example.com?uid=123456789012345678901`. If the user is recovered, this value
68-
# reverts to `user:`emailid`` and the recovered user retains the role in the
69-
# binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
70-
# (plus unique identifier) representing a service account that has been recently
71-
# deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
64+
# users of that domain. For example, `google.com` or `example.com`. * `principal:
65+
# //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
66+
# subject_attribute_value``: A single identity in a workforce identity pool. * `
67+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
68+
# group/`group_id``: All workforce identities in a group. * `principalSet://iam.
69+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
70+
# attribute_name`/`attribute_value``: All workforce identities with a specific
71+
# attribute value. * `principalSet://iam.googleapis.com/locations/global/
72+
# workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
73+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
74+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
75+
# identity in a workload identity pool. * `principalSet://iam.googleapis.com/
76+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
77+
# group/`group_id``: A workload identity pool group. * `principalSet://iam.
78+
# googleapis.com/projects/`project_number`/locations/global/
79+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
80+
# All identities in a workload identity pool with a certain attribute. * `
81+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
82+
# workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
83+
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
84+
# identifier) representing a user that has been recently deleted. For example, `
85+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
86+
# value reverts to `user:`emailid`` and the recovered user retains the role in
87+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
88+
# address (plus unique identifier) representing a service account that has been
89+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
7290
# 123456789012345678901`. If the service account is undeleted, this value
7391
# reverts to `serviceAccount:`emailid`` and the undeleted service account
7492
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
7593
# An email address (plus unique identifier) representing a Google group that has
7694
# been recently deleted. For example, `admins@example.com?uid=
7795
# 123456789012345678901`. If the group is recovered, this value reverts to `
78-
# group:`emailid`` and the recovered group retains the role in the binding.
96+
# group:`emailid`` and the recovered group retains the role in the binding. * `
97+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
98+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
99+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
100+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
79101
# Corresponds to the JSON property `members`
80102
# @return [Array<String>]
81103
attr_accessor :members

generated/google-apis-datacatalog_v1/lib/google/apis/datacatalog_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DatacatalogV1
1818
# Version of the google-apis-datacatalog_v1 gem
19-
GEM_VERSION = "0.44.0"
19+
GEM_VERSION = "0.45.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.12.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20231205"
25+
REVISION = "20231228"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)