google-apis-accesscontextmanager_v1 0.53.0 → 0.55.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: 94145764bf2243e985818a6105926ce38131ffef3723d95f8c9b267c39f0b0b7
|
4
|
+
data.tar.gz: cbdbc3c72e3c47e45e793c53206c24004de44d4aa3f9d62773f27d56b4db068c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d78eac011612ae789f83f825e610f58196e029ff3cdc1f6d52d26a38670b58699f32805ec216e9c9ecaba010d1c340e6dafbd4ccdb75b2da6dede904db7b1ca1
|
7
|
+
data.tar.gz: 1ff6cef45be83abf95d16f7cb2fcf7279f6579e591f098df805cb6241ef3abf4dbec5231214e7a2350cb65781a47d507d46a2ddff128aed7b63f29934b1e4c14
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-accesscontextmanager_v1
|
2
2
|
|
3
|
+
### v0.55.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250212
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.54.0 (2024-12-22)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241216
|
11
|
+
|
3
12
|
### v0.53.0 (2024-12-15)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241209
|
@@ -893,6 +893,14 @@ module Google
|
|
893
893
|
# @return [String]
|
894
894
|
attr_accessor :access_level
|
895
895
|
|
896
|
+
# A Google Cloud resource from the service perimeter that you want to allow to
|
897
|
+
# access data outside the perimeter. This field supports only projects. The
|
898
|
+
# project format is `projects/`project_number``. You can't use `*` in this field
|
899
|
+
# to allow all Google Cloud resources.
|
900
|
+
# Corresponds to the JSON property `resource`
|
901
|
+
# @return [String]
|
902
|
+
attr_accessor :resource
|
903
|
+
|
896
904
|
def initialize(**args)
|
897
905
|
update!(**args)
|
898
906
|
end
|
@@ -900,6 +908,7 @@ module Google
|
|
900
908
|
# Update properties of this object
|
901
909
|
def update!(**args)
|
902
910
|
@access_level = args[:access_level] if args.key?(:access_level)
|
911
|
+
@resource = args[:resource] if args.key?(:resource)
|
903
912
|
end
|
904
913
|
end
|
905
914
|
|
@@ -1097,7 +1106,7 @@ module Google
|
|
1097
1106
|
end
|
1098
1107
|
end
|
1099
1108
|
|
1100
|
-
# Metadata of
|
1109
|
+
# Metadata of Google Cloud Access Binding Long Running Operations.
|
1101
1110
|
class GcpUserAccessBindingOperationMetadata
|
1102
1111
|
include Google::Apis::Core::Hashable
|
1103
1112
|
|
@@ -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.55.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250212"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.55.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.55.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Access Context Manager API V1
|
82
79
|
test_files: []
|