google-apis-run_v2 0.20.0 → 0.21.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: a7d1b768e889dc4d44a2e989b478e378da49f07ab98b5cc9dae5b071bcd8737b
4
- data.tar.gz: 2aef0cc97e2816457cb0420f47f9d0ab7bfbc04adebbdaae9b6f1d70f334f519
3
+ metadata.gz: 3652b74b45ea8e6313f92ffc2b025db8cf6e942ee25c7ed7abc007d89b5be195
4
+ data.tar.gz: 51f5bacbda470b7e649009ae9d17601086cea475743dea4805bc27d1dc192e73
5
5
  SHA512:
6
- metadata.gz: 002c616d05d4d672676ee8854aaf024b822a0644115e565ed91d7fae8966cc72887a3804ff288994255ed6013b97c75352b6a019711acdd2e28e412900c58d7b
7
- data.tar.gz: a7236eed24a4438521b1cac4fe818f6b9052096b6fb63e17277fa8e44cfad4ef62a14ce2d042dea241e36f8004c59ca80c8fe16d59988956ead8a9628843345f
6
+ metadata.gz: 7277adadc77745ccaf3e5aa14e0056694dfc46ea5678e5678aa225f48a2ad0888043e7ba992d61360e434b174c299b19bec9cdb38ece9f1edb4b66a475d4cc22
7
+ data.tar.gz: 804604938108dfce99c13704ae407c991da63331d93a7e9121a0a48e79d8eec4f7095fa226155c456f8cd914f03f498a7a2d5b6de9ee8cf828f2cf9d54b71091
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.21.0 (2022-09-01)
4
+
5
+ * Regenerated from discovery document revision 20220828
6
+
3
7
  ### v0.20.0 (2022-08-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220807
@@ -2239,31 +2239,33 @@ module Google
2239
2239
  # members` can have the following values: * `allUsers`: A special identifier
2240
2240
  # that represents anyone who is on the internet; with or without a Google
2241
2241
  # account. * `allAuthenticatedUsers`: A special identifier that represents
2242
- # anyone who is authenticated with a Google account or a service account. * `
2243
- # user:`emailid``: An email address that represents a specific Google account.
2244
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
2245
- # address that represents a Google service account. For example, `my-other-app@
2246
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
2247
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
2248
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
2249
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
2250
- # . * `group:`emailid``: An email address that represents a Google group. For
2251
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
2252
- # email address (plus unique identifier) representing a user that has been
2253
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
2254
- # If the user is recovered, this value reverts to `user:`emailid`` and the
2255
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
2256
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
2257
- # representing a service account that has been recently deleted. For example, `
2258
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
2259
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
2260
- # and the undeleted service account retains the role in the binding. * `deleted:
2261
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
2262
- # representing a Google group that has been recently deleted. For example, `
2263
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
2264
- # value reverts to `group:`emailid`` and the recovered group retains the role in
2265
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
2266
- # all the users of that domain. For example, `google.com` or `example.com`.
2242
+ # anyone who is authenticated with a Google account or a service account. Does
2243
+ # not include identities that come from external identity providers (IdPs)
2244
+ # through identity federation. * `user:`emailid``: An email address that
2245
+ # represents a specific Google account. For example, `alice@example.com` . * `
2246
+ # serviceAccount:`emailid``: An email address that represents a Google service
2247
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
2248
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
2249
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
2250
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
2251
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
2252
+ # email address that represents a Google group. For example, `admins@example.com`
2253
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
2254
+ # identifier) representing a user that has been recently deleted. For example, `
2255
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
2256
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
2257
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
2258
+ # address (plus unique identifier) representing a service account that has been
2259
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
2260
+ # 123456789012345678901`. If the service account is undeleted, this value
2261
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
2262
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
2263
+ # An email address (plus unique identifier) representing a Google group that has
2264
+ # been recently deleted. For example, `admins@example.com?uid=
2265
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
2266
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
2267
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
2268
+ # of that domain. For example, `google.com` or `example.com`.
2267
2269
  # Corresponds to the JSON property `members`
2268
2270
  # @return [Array<String>]
2269
2271
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV2
18
18
  # Version of the google-apis-run_v2 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220807"
25
+ REVISION = "20220828"
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-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-08-15 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-run_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
63
63
  post_install_message:
64
64
  rdoc_options: []