google-apis-accesscontextmanager_v1 0.55.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: 94145764bf2243e985818a6105926ce38131ffef3723d95f8c9b267c39f0b0b7
4
- data.tar.gz: cbdbc3c72e3c47e45e793c53206c24004de44d4aa3f9d62773f27d56b4db068c
3
+ metadata.gz: be722ce403de1cd2054dae05ef9acea2d1e9203eef7db027b13feaaaa5623e1c
4
+ data.tar.gz: 486543e3e22fa47aca9f966bef7094880dc7b92e2a832f2375f12eea89b1dc7d
5
5
  SHA512:
6
- metadata.gz: d78eac011612ae789f83f825e610f58196e029ff3cdc1f6d52d26a38670b58699f32805ec216e9c9ecaba010d1c340e6dafbd4ccdb75b2da6dede904db7b1ca1
7
- data.tar.gz: 1ff6cef45be83abf95d16f7cb2fcf7279f6579e591f098df805cb6241ef3abf4dbec5231214e7a2350cb65781a47d507d46a2ddff128aed7b63f29934b1e4c14
6
+ metadata.gz: bdf91f304e106498b67fefead76fe7235d3b2969aca8d31114e9643a0d01d6140cf57970a99e707f6fdc69fc4fd79153777e090e827607be8881f3dd63a1670f
7
+ data.tar.gz: 8f748c86065296114ae88d15682c3f314ebeba2e0ffdd6f4248d29011064fdf611088f719f1a14953702650657ede30b31cc0a989efd8d06905642de676cc605
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.55.0 (2025-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250212
@@ -948,6 +948,12 @@ module Google
948
948
  # @return [Array<String>]
949
949
  attr_accessor :resources
950
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
+
951
957
  def initialize(**args)
952
958
  update!(**args)
953
959
  end
@@ -957,6 +963,7 @@ module Google
957
963
  @external_resources = args[:external_resources] if args.key?(:external_resources)
958
964
  @operations = args[:operations] if args.key?(:operations)
959
965
  @resources = args[:resources] if args.key?(:resources)
966
+ @roles = args[:roles] if args.key?(:roles)
960
967
  end
961
968
  end
962
969
 
@@ -1315,6 +1322,12 @@ module Google
1315
1322
  # @return [Array<String>]
1316
1323
  attr_accessor :resources
1317
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
+
1318
1331
  def initialize(**args)
1319
1332
  update!(**args)
1320
1333
  end
@@ -1323,6 +1336,7 @@ module Google
1323
1336
  def update!(**args)
1324
1337
  @operations = args[:operations] if args.key?(:operations)
1325
1338
  @resources = args[:resources] if args.key?(:resources)
1339
+ @roles = args[:roles] if args.key?(:roles)
1326
1340
  end
1327
1341
  end
1328
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.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250212"
25
+ REVISION = "20250312"
26
26
  end
27
27
  end
28
28
  end
@@ -595,6 +595,7 @@ module Google
595
595
  collection :operations, as: 'operations', class: Google::Apis::AccesscontextmanagerV1::ApiOperation, decorator: Google::Apis::AccesscontextmanagerV1::ApiOperation::Representation
596
596
 
597
597
  collection :resources, as: 'resources'
598
+ collection :roles, as: 'roles'
598
599
  end
599
600
  end
600
601
 
@@ -686,6 +687,7 @@ module Google
686
687
  collection :operations, as: 'operations', class: Google::Apis::AccesscontextmanagerV1::ApiOperation, decorator: Google::Apis::AccesscontextmanagerV1::ApiOperation::Representation
687
688
 
688
689
  collection :resources, as: 'resources'
690
+ collection :roles, as: 'roles'
689
691
  end
690
692
  end
691
693
 
metadata CHANGED
@@ -1,13 +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.55.0
4
+ version: 0.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.55.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.56.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: