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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b18a99e7dac3acf676757a2836d1d5d8f37c609a33a01cb7e4f83494a397bac
|
|
4
|
+
data.tar.gz: 3595723d13d245261ad4ab7e0aa1bb9185fd1bf0c82f7827fc94558502265663
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25bfeccd8c0a2c66b19a5a99684e6b751c11b5445c904cd28a8185918bf4f28385e7307df2ddbbf821f10f722c65fbb439ac15d3e0c4c70d9c001701d7b57049
|
|
7
|
+
data.tar.gz: 7cb1cfa121b7e9c68a30e986a96f2d2059565ab0bd653742ca287f5a273cc6dceb7dcfe7ea42378e6f118d9a57c5a211e8e7dcc2b8759ae8096ad3549299da6c
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|