google-apis-accesscontextmanager_v1 0.54.0 → 0.56.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: be722ce403de1cd2054dae05ef9acea2d1e9203eef7db027b13feaaaa5623e1c
|
4
|
+
data.tar.gz: 486543e3e22fa47aca9f966bef7094880dc7b92e2a832f2375f12eea89b1dc7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdf91f304e106498b67fefead76fe7235d3b2969aca8d31114e9643a0d01d6140cf57970a99e707f6fdc69fc4fd79153777e090e827607be8881f3dd63a1670f
|
7
|
+
data.tar.gz: 8f748c86065296114ae88d15682c3f314ebeba2e0ffdd6f4248d29011064fdf611088f719f1a14953702650657ede30b31cc0a989efd8d06905642de676cc605
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-accesscontextmanager_v1
|
2
2
|
|
3
|
+
### v0.56.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250312
|
6
|
+
|
7
|
+
### v0.55.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250212
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.54.0 (2024-12-22)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241216
|
@@ -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
|
|
@@ -939,6 +948,12 @@ module Google
|
|
939
948
|
# @return [Array<String>]
|
940
949
|
attr_accessor :resources
|
941
950
|
|
951
|
+
# IAM roles that represent the set of operations that the sources specified in
|
952
|
+
# the corresponding EgressFrom. are allowed to perform in this ServicePerimeter.
|
953
|
+
# Corresponds to the JSON property `roles`
|
954
|
+
# @return [Array<String>]
|
955
|
+
attr_accessor :roles
|
956
|
+
|
942
957
|
def initialize(**args)
|
943
958
|
update!(**args)
|
944
959
|
end
|
@@ -948,6 +963,7 @@ module Google
|
|
948
963
|
@external_resources = args[:external_resources] if args.key?(:external_resources)
|
949
964
|
@operations = args[:operations] if args.key?(:operations)
|
950
965
|
@resources = args[:resources] if args.key?(:resources)
|
966
|
+
@roles = args[:roles] if args.key?(:roles)
|
951
967
|
end
|
952
968
|
end
|
953
969
|
|
@@ -1306,6 +1322,12 @@ module Google
|
|
1306
1322
|
# @return [Array<String>]
|
1307
1323
|
attr_accessor :resources
|
1308
1324
|
|
1325
|
+
# IAM roles that represent the set of operations that the sources specified in
|
1326
|
+
# the corresponding IngressFrom are allowed to perform in this ServicePerimeter.
|
1327
|
+
# Corresponds to the JSON property `roles`
|
1328
|
+
# @return [Array<String>]
|
1329
|
+
attr_accessor :roles
|
1330
|
+
|
1309
1331
|
def initialize(**args)
|
1310
1332
|
update!(**args)
|
1311
1333
|
end
|
@@ -1314,6 +1336,7 @@ module Google
|
|
1314
1336
|
def update!(**args)
|
1315
1337
|
@operations = args[:operations] if args.key?(:operations)
|
1316
1338
|
@resources = args[:resources] if args.key?(:resources)
|
1339
|
+
@roles = args[:roles] if args.key?(:roles)
|
1317
1340
|
end
|
1318
1341
|
end
|
1319
1342
|
|
@@ -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.56.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 = "20250312"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -584,6 +584,7 @@ module Google
|
|
584
584
|
# @private
|
585
585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
586
586
|
property :access_level, as: 'accessLevel'
|
587
|
+
property :resource, as: 'resource'
|
587
588
|
end
|
588
589
|
end
|
589
590
|
|
@@ -594,6 +595,7 @@ module Google
|
|
594
595
|
collection :operations, as: 'operations', class: Google::Apis::AccesscontextmanagerV1::ApiOperation, decorator: Google::Apis::AccesscontextmanagerV1::ApiOperation::Representation
|
595
596
|
|
596
597
|
collection :resources, as: 'resources'
|
598
|
+
collection :roles, as: 'roles'
|
597
599
|
end
|
598
600
|
end
|
599
601
|
|
@@ -685,6 +687,7 @@ module Google
|
|
685
687
|
collection :operations, as: 'operations', class: Google::Apis::AccesscontextmanagerV1::ApiOperation, decorator: Google::Apis::AccesscontextmanagerV1::ApiOperation::Representation
|
686
688
|
|
687
689
|
collection :resources, as: 'resources'
|
690
|
+
collection :roles, as: 'roles'
|
688
691
|
end
|
689
692
|
end
|
690
693
|
|
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.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-03-16 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.56.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: []
|