google-apis-accesscontextmanager_v1 0.65.0 → 0.66.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: 22719f4de7521aa30b2dec032da95d0f8eb34ffb30498d59d6043f30759b8b2c
4
- data.tar.gz: c4c5d1ba4362ca257590771ec6be5e080fe068738ff1c02fab6afdff98f848c7
3
+ metadata.gz: 9bb20e0acba9779258417c94745c7667cb33c903103b3e2a273c8167120045cf
4
+ data.tar.gz: 81334ac205d20843816f6e9a6ec5208b006bebb69a98dd3c0af8044c1b75dec2
5
5
  SHA512:
6
- metadata.gz: b800259d88acdd41844a0ac81f0e7329b4fed6b004ae83b67da3aa72b5ee97d9c71ba02b78a3909de0cf63b76db0554accc452505a114b65d473eaf1ead52018
7
- data.tar.gz: f8e9c93c8cd6364ecf7733f9477f8925d3ec5f65811c7e8a709077afd4ea4e1ff85d55375b3069b5705e178e6e30f9d710adc1d19a3825959f7016a51c20e868
6
+ metadata.gz: 123785fd23633109f39f54f3ef77cc6ab86146d871e67ef06193865c5bfd63d78af6e820e73d39e9b187998710637e12312eb5a42358333438a28fc3501eec23
7
+ data.tar.gz: 2ba0a6f83b1664d6ce5c6171d2fd79100242b682dc1cb780b1db28a5dd8b7043de65eccd0af869c98b7f6b3136673291657cf3c671ab617f052adf9809f85394
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.66.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260506
6
+
3
7
  ### v0.65.0 (2026-05-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20260426
@@ -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.65.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260426"
25
+ REVISION = "20260506"
26
26
  end
27
27
  end
28
28
  end
@@ -309,7 +309,9 @@ module Google
309
309
 
310
310
  # Returns the IAM permissions that the caller has on the specified Access
311
311
  # Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or
312
- # ServicePerimeter. This method does not support other resources.
312
+ # ServicePerimeter. This method does not support other resources. **IAM
313
+ # Permissions**: No specific IAM permission is required to call this method. It
314
+ # returns the subset of the requested permissions that the caller possesses.
313
315
  # @param [String] resource
314
316
  # REQUIRED: The resource for which the policy detail is being requested. See [
315
317
  # Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -581,7 +583,9 @@ module Google
581
583
 
582
584
  # Returns the IAM permissions that the caller has on the specified Access
583
585
  # Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or
584
- # ServicePerimeter. This method does not support other resources.
586
+ # ServicePerimeter. This method does not support other resources. **IAM
587
+ # Permissions**: No specific IAM permission is required to call this method. It
588
+ # returns the subset of the requested permissions that the caller possesses.
585
589
  # @param [String] resource
586
590
  # REQUIRED: The resource for which the policy detail is being requested. See [
587
591
  # Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1069,7 +1073,9 @@ module Google
1069
1073
 
1070
1074
  # Returns the IAM permissions that the caller has on the specified Access
1071
1075
  # Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or
1072
- # ServicePerimeter. This method does not support other resources.
1076
+ # ServicePerimeter. This method does not support other resources. **IAM
1077
+ # Permissions**: No specific IAM permission is required to call this method. It
1078
+ # returns the subset of the requested permissions that the caller possesses.
1073
1079
  # @param [String] resource
1074
1080
  # REQUIRED: The resource for which the policy detail is being requested. See [
1075
1081
  # Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1485,7 +1491,9 @@ module Google
1485
1491
  execute_or_queue_command(command, &block)
1486
1492
  end
1487
1493
 
1488
- # Returns a VPC-SC supported service based on the service name.
1494
+ # Returns a VPC-SC supported service based on the service name. **IAM
1495
+ # Permissions**: Requires the following IAM permissions to use this method: - `
1496
+ # serviceusage.services.use` on the project.
1489
1497
  # @param [String] name
1490
1498
  # The name of the service to get information about. The names must be in the
1491
1499
  # same format as used in defining a service perimeter, for example, `storage.
@@ -1517,7 +1525,9 @@ module Google
1517
1525
  execute_or_queue_command(command, &block)
1518
1526
  end
1519
1527
 
1520
- # Lists all VPC-SC supported services.
1528
+ # Lists all VPC-SC supported services. **IAM Permissions**: Requires the
1529
+ # following IAM permissions to use this method: - `serviceusage.services.use` on
1530
+ # the project.
1521
1531
  # @param [Fixnum] page_size
1522
1532
  # This flag specifies the maximum number of services to return per page. Default
1523
1533
  # value is 100.
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.65.0
4
+ version: 0.66.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.65.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.66.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: