google-apis-containeranalysis_v1beta1 0.23.0 → 0.24.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: a98eda88eb7aef01ed6a8c4ed9fa538291fef31d64435ab1adf3aed174a4c20b
4
- data.tar.gz: 051cbb7079b1aa0b8c3bd8d6c3aa6f67a7c7ed1c0ca0353999694b64eed2e522
3
+ metadata.gz: 334cd27e20f80dab07e0c29e861f098e5b199133a056ea1f8573ee375988e5d3
4
+ data.tar.gz: 3cdf335b9a5ed29b88c531f38ff75ba4ce9a621bdff86693a6dc96dfa31db3b4
5
5
  SHA512:
6
- metadata.gz: 1619a164a23cd9a4dcfd42efff2a1ad3c2c642124db8731573bacf5f7b6bd4bb47a70901e995d5165a5485841cd7f3ee5e1ee08948972d8ec17cb3fc7104607f
7
- data.tar.gz: f0f814b9b65679d5a636402dfd6777c5594d002c7a4f04f3a1e2d62a2625176744591138469a45bced2d8da5494f445217064fcdb355db025beaccd7fe97877e
6
+ metadata.gz: 911344878d4229fe1f3adf4cbb980f773d7a8ae64e9559532aeee5e912409bf7c87cc26a0c223a729a10a6f67d6574bd3ab83c89015af49f0f8a52fe42f5f7f2
7
+ data.tar.gz: 0b05927fea1bae9ea49e718aa01b399ec3ce29e95f3eea11d6a81317573f47a2075e776045fe32b8c4426006805a1b780e606330021916702eea386edaf2426e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.24.0 (2022-08-11)
4
+
5
+ * Regenerated from discovery document revision 20220805
6
+
3
7
  ### v0.23.0 (2022-07-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220707
@@ -344,25 +344,28 @@ module Google
344
344
  # anyone who is authenticated with a Google account or a service account. * `
345
345
  # user:`emailid``: An email address that represents a specific Google account.
346
346
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
347
- # address that represents a service account. For example, `my-other-app@appspot.
348
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
349
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
350
- # `uniqueid``: An email address (plus unique identifier) representing a user
351
- # that has been recently deleted. For example, `alice@example.com?uid=
352
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
353
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
354
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
355
- # identifier) representing a service account that has been recently deleted. For
356
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
357
- # If the service account is undeleted, this value reverts to `serviceAccount:`
358
- # emailid`` and the undeleted service account retains the role in the binding. *
359
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
360
- # identifier) representing a Google group that has been recently deleted. For
361
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
362
- # recovered, this value reverts to `group:`emailid`` and the recovered group
363
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
364
- # primary) that represents all the users of that domain. For example, `google.
365
- # com` or `example.com`.
347
+ # address that represents a Google service account. For example, `my-other-app@
348
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
349
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
350
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
351
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
352
+ # . * `group:`emailid``: An email address that represents a Google group. For
353
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
354
+ # email address (plus unique identifier) representing a user that has been
355
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
356
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
357
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
358
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
359
+ # representing a service account that has been recently deleted. For example, `
360
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
361
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
362
+ # and the undeleted service account retains the role in the binding. * `deleted:
363
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
364
+ # representing a Google group that has been recently deleted. For example, `
365
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
366
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
367
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
368
+ # all the users of that domain. For example, `google.com` or `example.com`.
366
369
  # Corresponds to the JSON property `members`
367
370
  # @return [Array<String>]
368
371
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1beta1
18
18
  # Version of the google-apis-containeranalysis_v1beta1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []