google-apis-accesscontextmanager_v1 0.29.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: ae6a7eb51de0ef00479d21719fdf9deaa3afc91ab6638f728dfcc0f63dee51b3
4
- data.tar.gz: '018436dd40ee658c12631e132275676753fe0a3f71ebe80ce6b719d46aff0e47'
3
+ metadata.gz: 5b18a99e7dac3acf676757a2836d1d5d8f37c609a33a01cb7e4f83494a397bac
4
+ data.tar.gz: 3595723d13d245261ad4ab7e0aa1bb9185fd1bf0c82f7827fc94558502265663
5
5
  SHA512:
6
- metadata.gz: d3eafe42834e141bcd7a0d59ad6a762d576a8c05c4e0973b9bb003200addb3bd5c7410b3b7aca9567ff29de23ed8d2e7f3d31ac9b4c0aa4830e2949c391177d3
7
- data.tar.gz: 2c7a7945137ac08278310666886cc4b8af31b73a7580e58735666b69d37ba13dc2700094dbb03802543fcc73e4816e670ca9dc0ece6fed014dbd3902a1276869
6
+ metadata.gz: 25bfeccd8c0a2c66b19a5a99684e6b751c11b5445c904cd28a8185918bf4f28385e7307df2ddbbf821f10f722c65fbb439ac15d3e0c4c70d9c001701d7b57049
7
+ data.tar.gz: 7cb1cfa121b7e9c68a30e986a96f2d2059565ab0bd653742ca287f5a273cc6dceb7dcfe7ea42378e6f118d9a57c5a211e8e7dcc2b8759ae8096ad3549299da6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.30.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230319
10
+
3
11
  ### v0.29.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230312
@@ -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
@@ -844,7 +844,7 @@ module Google
844
844
  class GcpUserAccessBinding
845
845
  include Google::Apis::Core::Hashable
846
846
 
847
- # Required. Access level that a user must have to be granted access. Only one
847
+ # Optional. Access level that a user must have to be granted access. Only one
848
848
  # access level is supported, not multiple. This repeated field must have exactly
849
849
  # one element. Example: "accessPolicies/9522/accessLevels/device_trusted"
850
850
  # Corresponds to the JSON property `accessLevels`
@@ -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.29.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 = "20230312"
25
+ REVISION = "20230729"
26
26
  end
27
27
  end
28
28
  end
@@ -1385,8 +1385,9 @@ module Google
1385
1385
  # @param [Google::Apis::AccesscontextmanagerV1::GcpUserAccessBinding] gcp_user_access_binding_object
1386
1386
  # @param [String] update_mask
1387
1387
  # Required. Only the fields specified in this mask are updated. Because name and
1388
- # group_key cannot be changed, update_mask is required and must always be:
1389
- # update_mask ` paths: "access_levels" `
1388
+ # group_key cannot be changed, update_mask is required and may only contain the
1389
+ # following fields: `access_levels`, `dry_run_access_levels`. update_mask `
1390
+ # paths: "access_levels" `
1390
1391
  # @param [String] fields
1391
1392
  # Selector specifying which fields to include in a partial response.
1392
1393
  # @param [String] quota_user
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.29.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-19 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.29.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: []