google-apis-cloudresourcemanager_v1 0.26.0 → 0.29.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: 4a3a30b3353e31f5b32e905f27db661a349a55e15ce9ce4d26d07a0b668d7b1d
4
- data.tar.gz: 2e84f3249c145f9375af0790bee5e00bc17cd8f37c170972d1acf487d7762a5b
3
+ metadata.gz: 95d23762cb6b4dc4c9cf0ebb06d60998a214f92d32906d6eddd100ff45a5f859
4
+ data.tar.gz: d3a3bf4e4ef9172ea6f91a0d6f5afeb201b60b2455b8e331dc1ddfe51a36e66b
5
5
  SHA512:
6
- metadata.gz: c18e1d44bd378612fc0c9b846607c069c034fdd913f9a7e7a539c16e6583c655779cb451c39035e0cba8c647292f239a2f051e25d4886730faa202032ed9eec0
7
- data.tar.gz: d495665ff522221b028fd5902d6cb3edb9651ec3d4497a73a04f20cab30bd2026b76d6d428ab269c71e00637a158160d25b837774ae4619dd95a171f03bd5914
6
+ metadata.gz: c8ff967daf512c5c8a601e61524fa7ca319d826080e3678114c0d62a99d1fc758b2a2b2b15df986d21186fdcf72a1d1209a33808c4b25d169b386e0645a5f4e3
7
+ data.tar.gz: 7b119bc4ab589ab9b7b9965e8a29924b2cc8fa8defcb917640d104bcb3b07ef8c3432c2f7632a2f5f52a8f0b636f400cc1ca2af9dfcfa86f8f4ea4fa85223084
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.29.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220828
6
+
7
+ ### v0.28.0 (2022-08-11)
8
+
9
+ * Regenerated from discovery document revision 20220807
10
+
11
+ ### v0.27.0 (2022-07-14)
12
+
13
+ * Regenerated from discovery document revision 20220710
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.26.0 (2022-06-30)
4
17
 
5
18
  * Regenerated using generator version 0.8.0
@@ -142,28 +142,33 @@ module Google
142
142
  # members` can have the following values: * `allUsers`: A special identifier
143
143
  # that represents anyone who is on the internet; with or without a Google
144
144
  # account. * `allAuthenticatedUsers`: A special identifier that represents
145
- # anyone who is authenticated with a Google account or a service account. * `
146
- # user:`emailid``: An email address that represents a specific Google account.
147
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
148
- # address that represents a service account. For example, `my-other-app@appspot.
149
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
150
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
151
- # `uniqueid``: An email address (plus unique identifier) representing a user
152
- # that has been recently deleted. For example, `alice@example.com?uid=
153
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
154
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
155
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
156
- # identifier) representing a service account that has been recently deleted. For
157
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
158
- # If the service account is undeleted, this value reverts to `serviceAccount:`
159
- # emailid`` and the undeleted service account retains the role in the binding. *
160
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
161
- # identifier) representing a Google group that has been recently deleted. For
162
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
163
- # recovered, this value reverts to `group:`emailid`` and the recovered group
164
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
165
- # primary) that represents all the users of that domain. For example, `google.
166
- # com` or `example.com`.
145
+ # anyone who is authenticated with a Google account or a service account. Does
146
+ # not include identities that come from external identity providers (IdPs)
147
+ # through identity federation. * `user:`emailid``: An email address that
148
+ # represents a specific Google account. For example, `alice@example.com` . * `
149
+ # serviceAccount:`emailid``: An email address that represents a Google service
150
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
151
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
152
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
153
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
154
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
155
+ # email address that represents a Google group. For example, `admins@example.com`
156
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
157
+ # identifier) representing a user that has been recently deleted. For example, `
158
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
159
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
160
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
161
+ # address (plus unique identifier) representing a service account that has been
162
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
163
+ # 123456789012345678901`. If the service account is undeleted, this value
164
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
165
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
166
+ # An email address (plus unique identifier) representing a Google group that has
167
+ # been recently deleted. For example, `admins@example.com?uid=
168
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
169
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
170
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
171
+ # of that domain. For example, `google.com` or `example.com`.
167
172
  # Corresponds to the JSON property `members`
168
173
  # @return [Array<String>]
169
174
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1
18
18
  # Version of the google-apis-cloudresourcemanager_v1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220501"
25
+ REVISION = "20220828"
26
26
  end
27
27
  end
28
28
  end
@@ -1133,8 +1133,8 @@ module Google
1133
1133
  # HOWL | Equivalent to above. | | NAME:howl | Equivalent to above. | | labels.
1134
1134
  # color:* | The project has the label `color`. | | labels.color:red | The
1135
1135
  # project's label `color` has the value `red`. | | labels.color:red labels.size:
1136
- # big | The project's label `color` has the value `red` and its label `size` has
1137
- # the value `big`.| | lifecycleState:DELETE_REQUESTED | Only show projects that
1136
+ # big | The project's label `color` has the value `red` or its label `size` has
1137
+ # the value `big`. | | lifecycleState:DELETE_REQUESTED | Only show projects that
1138
1138
  # are pending deletion.| If no filter is specified, the call will return
1139
1139
  # projects for which the user has the `resourcemanager.projects.get` permission.
1140
1140
  # NOTE: To perform a by-parent query (eg., what projects are directly in a
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.29.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-05 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-cloudresourcemanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []