google-apis-accesscontextmanager_v1 0.30.0 → 0.31.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: 880f2fac8dd73d15f10298aa57c5b12a10363dc29522c8d4a2474f1c9419ed9b
4
- data.tar.gz: 0b9cce55f4a760eebedae0364cab3595c1104e30d8801810dcf5ca5580b875c9
3
+ metadata.gz: 5b18a99e7dac3acf676757a2836d1d5d8f37c609a33a01cb7e4f83494a397bac
4
+ data.tar.gz: 3595723d13d245261ad4ab7e0aa1bb9185fd1bf0c82f7827fc94558502265663
5
5
  SHA512:
6
- metadata.gz: 5b0700ff86d3458956bf7ca7f14c4fe85b52de0384815a2bd9f329360100ffed7f904eb4bde542619024f365e1860206652bb8e7069cef3339b2971283084fbc
7
- data.tar.gz: 8984bbafe4a0cc1cf77d64fa4240b3c0fe9820906fb8f331797e3e5a95bb723a1069ccc6d9ea7f6ef330c1415aaf19ff911f14f7336edf1d389670e1368b1e9d
6
+ metadata.gz: 25bfeccd8c0a2c66b19a5a99684e6b751c11b5445c904cd28a8185918bf4f28385e7307df2ddbbf821f10f722c65fbb439ac15d3e0c4c70d9c001701d7b57049
7
+ data.tar.gz: 7cb1cfa121b7e9c68a30e986a96f2d2059565ab0bd653742ca287f5a273cc6dceb7dcfe7ea42378e6f118d9a57c5a211e8e7dcc2b8759ae8096ad3549299da6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.31.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230729
6
+
3
7
  ### v0.30.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230319
@@ -511,8 +511,8 @@ module Google
511
511
  attr_accessor :members
512
512
 
513
513
  # Whether to negate the Condition. If true, the Condition becomes a NAND over
514
- # its non-empty fields, each field must be false for the Condition overall to be
515
- # satisfied. Defaults to false.
514
+ # its non-empty fields. Any non-empty field criteria evaluating to false will
515
+ # result in the Condition to be satisfied. Defaults to false.
516
516
  # Corresponds to the JSON property `negate`
517
517
  # @return [Boolean]
518
518
  attr_accessor :negate
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230319"
25
+ REVISION = "20230729"
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-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.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: 2023-03-26 00:00:00.000000000 Z
11
+ date: 2023-08-06 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-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []