google-apis-accesscontextmanager_v1 0.64.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9bb20e0acba9779258417c94745c7667cb33c903103b3e2a273c8167120045cf
|
|
4
|
+
data.tar.gz: 81334ac205d20843816f6e9a6ec5208b006bebb69a98dd3c0af8044c1b75dec2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 123785fd23633109f39f54f3ef77cc6ab86146d871e67ef06193865c5bfd63d78af6e820e73d39e9b187998710637e12312eb5a42358333438a28fc3501eec23
|
|
7
|
+
data.tar.gz: 2ba0a6f83b1664d6ce5c6171d2fd79100242b682dc1cb780b1db28a5dd8b7043de65eccd0af869c98b7f6b3136673291657cf3c671ab617f052adf9809f85394
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
7
|
+
### v0.65.0 (2026-05-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260426
|
|
10
|
+
|
|
3
11
|
### v0.64.0 (2026-04-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260329
|
|
@@ -1505,13 +1505,13 @@ module Google
|
|
|
1505
1505
|
class ListSupportedPermissionsResponse
|
|
1506
1506
|
include Google::Apis::Core::Hashable
|
|
1507
1507
|
|
|
1508
|
-
#
|
|
1509
|
-
#
|
|
1508
|
+
# Use this pagination token to retrieve the next page of results. An empty value
|
|
1509
|
+
# indicates that no further results are available.
|
|
1510
1510
|
# Corresponds to the JSON property `nextPageToken`
|
|
1511
1511
|
# @return [String]
|
|
1512
1512
|
attr_accessor :next_page_token
|
|
1513
1513
|
|
|
1514
|
-
# List of VPC
|
|
1514
|
+
# List of VPC Service Controls supported permissions.
|
|
1515
1515
|
# Corresponds to the JSON property `supportedPermissions`
|
|
1516
1516
|
# @return [Array<String>]
|
|
1517
1517
|
attr_accessor :supported_permissions
|
|
@@ -1531,8 +1531,8 @@ module Google
|
|
|
1531
1531
|
class ListSupportedServicesResponse
|
|
1532
1532
|
include Google::Apis::Core::Hashable
|
|
1533
1533
|
|
|
1534
|
-
#
|
|
1535
|
-
#
|
|
1534
|
+
# Use this pagination token to retrieve the next page of results. An empty value
|
|
1535
|
+
# indicates that no further results are available.
|
|
1536
1536
|
# Corresponds to the JSON property `nextPageToken`
|
|
1537
1537
|
# @return [String]
|
|
1538
1538
|
attr_accessor :next_page_token
|
|
@@ -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.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 = "
|
|
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
|
|
@@ -1031,7 +1035,7 @@ module Google
|
|
|
1031
1035
|
# perimeters provided. This is done atomically. The long-running operation from
|
|
1032
1036
|
# this RPC has a successful status after all replacements propagate to long-
|
|
1033
1037
|
# lasting storage. Replacements containing errors result in an error response
|
|
1034
|
-
# for the first error encountered. Upon an error,
|
|
1038
|
+
# for the first error encountered. Upon an error, replacements are cancelled and
|
|
1035
1039
|
# existing service perimeters are not affected. The Operation.response field
|
|
1036
1040
|
# contains ReplaceServicePerimetersResponse.
|
|
1037
1041
|
# @param [String] parent
|
|
@@ -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
|
|
@@ -1449,12 +1455,14 @@ module Google
|
|
|
1449
1455
|
execute_or_queue_command(command, &block)
|
|
1450
1456
|
end
|
|
1451
1457
|
|
|
1452
|
-
# Lists all supported permissions in
|
|
1458
|
+
# Lists all supported permissions in VPC Service Controls ingress and egress
|
|
1459
|
+
# rules for Granular Controls.
|
|
1453
1460
|
# @param [Fixnum] page_size
|
|
1454
1461
|
# Optional. This flag specifies the maximum number of services to return per
|
|
1455
|
-
# page. Default is 100.
|
|
1462
|
+
# page. Default value is 100.
|
|
1456
1463
|
# @param [String] page_token
|
|
1457
|
-
# Optional.
|
|
1464
|
+
# Optional. Use this token to retrieve a specific page of results. Default is
|
|
1465
|
+
# the first page.
|
|
1458
1466
|
# @param [String] fields
|
|
1459
1467
|
# Selector specifying which fields to include in a partial response.
|
|
1460
1468
|
# @param [String] quota_user
|
|
@@ -1483,7 +1491,9 @@ module Google
|
|
|
1483
1491
|
execute_or_queue_command(command, &block)
|
|
1484
1492
|
end
|
|
1485
1493
|
|
|
1486
|
-
# 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.
|
|
1487
1497
|
# @param [String] name
|
|
1488
1498
|
# The name of the service to get information about. The names must be in the
|
|
1489
1499
|
# same format as used in defining a service perimeter, for example, `storage.
|
|
@@ -1515,12 +1525,15 @@ module Google
|
|
|
1515
1525
|
execute_or_queue_command(command, &block)
|
|
1516
1526
|
end
|
|
1517
1527
|
|
|
1518
|
-
# 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.
|
|
1519
1531
|
# @param [Fixnum] page_size
|
|
1520
1532
|
# This flag specifies the maximum number of services to return per page. Default
|
|
1521
|
-
# is 100.
|
|
1533
|
+
# value is 100.
|
|
1522
1534
|
# @param [String] page_token
|
|
1523
|
-
#
|
|
1535
|
+
# Use this token to retrieve a specific page of results. Default is the first
|
|
1536
|
+
# page.
|
|
1524
1537
|
# @param [String] fields
|
|
1525
1538
|
# Selector specifying which fields to include in a partial response.
|
|
1526
1539
|
# @param [String] quota_user
|
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.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.
|
|
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:
|