google-apis-accesscontextmanager_v1 0.58.0 → 0.59.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: bfc524f616fb8c7437d2a64d7a87e85c4ea35483911ce5ec5dcda053af3bcc1b
|
4
|
+
data.tar.gz: 8cee1ba8b2d79b4d1423f4e759202252f985ccd16ab6bb2c0f555ec2c99afb9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa3b077a065858f2ab6184009e9cc13cdd65e488877effd7288e9724f073ff529094bb755cc2c72418fbc05d0be4a9602f40c35cc0115aa1288e93101fb92985
|
7
|
+
data.tar.gz: d9abf49d83b61b9c06e0ff2bc482a85d3324292e4f22438404cb4b97e86e9075f7bbe741405bc3c13d2f17e184aa8fb7a31bd158f181ac30d8420cc40e645ff8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-accesscontextmanager_v1
|
2
2
|
|
3
|
+
### v0.59.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250723
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.58.0 (2025-05-11)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -1057,12 +1057,12 @@ module Google
|
|
1057
1057
|
# @return [Array<String>]
|
1058
1058
|
attr_accessor :dry_run_access_levels
|
1059
1059
|
|
1060
|
-
#
|
1061
|
-
#
|
1062
|
-
# https://developers.google.com/admin-sdk/directory/v1/reference/groups#
|
1063
|
-
# . If a group's email address/alias is changed, this resource will
|
1064
|
-
# point at the changed group. This field does not accept group email
|
1065
|
-
# or aliases. Example: "01d520gv4vjcrht"
|
1060
|
+
# Optional. Immutable. Google Group id whose users are subject to this binding's
|
1061
|
+
# restrictions. See "id" in the [Google Workspace Directory API's Group Resource]
|
1062
|
+
# (https://developers.google.com/admin-sdk/directory/v1/reference/groups#
|
1063
|
+
# resource). If a group's email address/alias is changed, this resource will
|
1064
|
+
# continue to point at the changed group. This field does not accept group email
|
1065
|
+
# addresses or aliases. Example: "01d520gv4vjcrht"
|
1066
1066
|
# Corresponds to the JSON property `groupKey`
|
1067
1067
|
# @return [String]
|
1068
1068
|
attr_accessor :group_key
|
@@ -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.59.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.59.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.59.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Access Context Manager API V1
|
79
79
|
test_files: []
|