google-apis-containeranalysis_v1 0.16.0 → 0.17.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: 2835270bfe7c1d2a2e11e7a7401dac89246ee40c8c8d55bcf7121185c9541bdc
4
- data.tar.gz: 01a9c4e896067a46f1c6799de9a8f803678d8ee3484f276586aef2e0dd2af071
3
+ metadata.gz: 2ec9aadeeadd6f5c6b3154ca22d8bfa9fa1ceb9b28bf7cf88430ab8d99c37064
4
+ data.tar.gz: 6effc149cdee8b888221af8de49af4e000e083ad64b2f2a22a1d893e7d0c7bfa
5
5
  SHA512:
6
- metadata.gz: 8e9a320126bc10cba202fa778e56b75dc975fe116f8589cfc0550278a55924f6e42bd820953171a935430665dfeaaf135969095fa9f7aa845286ebdfc015a5f5
7
- data.tar.gz: 963237b7d4306381179657dba4d878e0166911fd0b0033c937151bfb77b8565153842d614de9ea3359fd6ad5e806fb4740836347c61d3a666f043c341ad71e6a
6
+ metadata.gz: 7e0dde07e0f4ef9dc0f3fc3a354161e6cf6d4aee40e3e706466aaedd02e0bd12b2b0dbca82958a1c85658051bb2707f0b49b1e891b465e313c37c25a75693a63
7
+ data.tar.gz: 816232da0919581aaebbcb5df9c1adab091afdce964ffc55953271c8c60cd5c455defb3e62c9bc0fadf144dc3c54992a0f7db849e6435fff7712418a8297129b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.17.0 (2022-08-11)
4
+
5
+ * Regenerated from discovery document revision 20220805
6
+
3
7
  ### v0.16.0 (2022-07-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220707
@@ -288,25 +288,28 @@ module Google
288
288
  # anyone who is authenticated with a Google account or a service account. * `
289
289
  # user:`emailid``: An email address that represents a specific Google account.
290
290
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
291
- # address that represents a service account. For example, `my-other-app@appspot.
292
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
293
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
294
- # `uniqueid``: An email address (plus unique identifier) representing a user
295
- # that has been recently deleted. For example, `alice@example.com?uid=
296
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
297
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
298
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
299
- # identifier) representing a service account that has been recently deleted. For
300
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
301
- # If the service account is undeleted, this value reverts to `serviceAccount:`
302
- # emailid`` and the undeleted service account retains the role in the binding. *
303
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
304
- # identifier) representing a Google group that has been recently deleted. For
305
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
306
- # recovered, this value reverts to `group:`emailid`` and the recovered group
307
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
308
- # primary) that represents all the users of that domain. For example, `google.
309
- # com` or `example.com`.
291
+ # address that represents a Google service account. For example, `my-other-app@
292
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
293
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
294
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
295
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
296
+ # . * `group:`emailid``: An email address that represents a Google group. For
297
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
298
+ # email address (plus unique identifier) representing a user that has been
299
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
300
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
301
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
302
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
303
+ # representing a service account that has been recently deleted. For example, `
304
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
305
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
306
+ # and the undeleted service account retains the role in the binding. * `deleted:
307
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
308
+ # representing a Google group that has been recently deleted. For example, `
309
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
310
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
311
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
312
+ # all the users of that domain. For example, `google.com` or `example.com`.
310
313
  # Corresponds to the JSON property `members`
311
314
  # @return [Array<String>]
312
315
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1
18
18
  # Version of the google-apis-containeranalysis_v1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.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 = "20220707"
25
+ REVISION = "20220805"
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-containeranalysis_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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-18 00:00:00.000000000 Z
11
+ date: 2022-08-15 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-containeranalysis_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
63
63
  post_install_message:
64
64
  rdoc_options: []