google-apis-accesscontextmanager_v1 0.63.0 → 0.65.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: 22719f4de7521aa30b2dec032da95d0f8eb34ffb30498d59d6043f30759b8b2c
|
|
4
|
+
data.tar.gz: c4c5d1ba4362ca257590771ec6be5e080fe068738ff1c02fab6afdff98f848c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b800259d88acdd41844a0ac81f0e7329b4fed6b004ae83b67da3aa72b5ee97d9c71ba02b78a3909de0cf63b76db0554accc452505a114b65d473eaf1ead52018
|
|
7
|
+
data.tar.gz: f8e9c93c8cd6364ecf7733f9477f8925d3ec5f65811c7e8a709077afd4ea4e1ff85d55375b3069b5705e178e6e30f9d710adc1d19a3825959f7016a51c20e868
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-accesscontextmanager_v1
|
|
2
2
|
|
|
3
|
+
### v0.65.0 (2026-05-03)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260426
|
|
6
|
+
|
|
7
|
+
### v0.64.0 (2026-04-19)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260329
|
|
10
|
+
|
|
3
11
|
### v0.63.0 (2026-03-22)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260311
|
|
@@ -779,9 +779,10 @@ module Google
|
|
|
779
779
|
include Google::Apis::Core::Hashable
|
|
780
780
|
|
|
781
781
|
# A list of identities that are allowed access through [EgressPolicy].
|
|
782
|
-
# Identities can be an individual user, service account, Google group,
|
|
783
|
-
# party identity. For the list of supported identity types,
|
|
784
|
-
# cloud.google.com/vpc-service-controls/docs/supported-
|
|
782
|
+
# Identities can be an individual user, service account, Google group, third-
|
|
783
|
+
# party identity, or agent identity. For the list of supported identity types,
|
|
784
|
+
# see https://docs.cloud.google.com/vpc-service-controls/docs/supported-
|
|
785
|
+
# identities.
|
|
785
786
|
# Corresponds to the JSON property `identities`
|
|
786
787
|
# @return [Array<String>]
|
|
787
788
|
attr_accessor :identities
|
|
@@ -1179,9 +1180,10 @@ module Google
|
|
|
1179
1180
|
include Google::Apis::Core::Hashable
|
|
1180
1181
|
|
|
1181
1182
|
# A list of identities that are allowed access through [IngressPolicy].
|
|
1182
|
-
# Identities can be an individual user, service account, Google group,
|
|
1183
|
-
# party identity. For the list of supported identity types,
|
|
1184
|
-
# cloud.google.com/vpc-service-controls/docs/supported-
|
|
1183
|
+
# Identities can be an individual user, service account, Google group, third-
|
|
1184
|
+
# party identity, or agent identity. For the list of supported identity types,
|
|
1185
|
+
# see https://docs.cloud.google.com/vpc-service-controls/docs/supported-
|
|
1186
|
+
# identities.
|
|
1185
1187
|
# Corresponds to the JSON property `identities`
|
|
1186
1188
|
# @return [Array<String>]
|
|
1187
1189
|
attr_accessor :identities
|
|
@@ -1503,13 +1505,13 @@ module Google
|
|
|
1503
1505
|
class ListSupportedPermissionsResponse
|
|
1504
1506
|
include Google::Apis::Core::Hashable
|
|
1505
1507
|
|
|
1506
|
-
#
|
|
1507
|
-
#
|
|
1508
|
+
# Use this pagination token to retrieve the next page of results. An empty value
|
|
1509
|
+
# indicates that no further results are available.
|
|
1508
1510
|
# Corresponds to the JSON property `nextPageToken`
|
|
1509
1511
|
# @return [String]
|
|
1510
1512
|
attr_accessor :next_page_token
|
|
1511
1513
|
|
|
1512
|
-
# List of VPC
|
|
1514
|
+
# List of VPC Service Controls supported permissions.
|
|
1513
1515
|
# Corresponds to the JSON property `supportedPermissions`
|
|
1514
1516
|
# @return [Array<String>]
|
|
1515
1517
|
attr_accessor :supported_permissions
|
|
@@ -1529,8 +1531,8 @@ module Google
|
|
|
1529
1531
|
class ListSupportedServicesResponse
|
|
1530
1532
|
include Google::Apis::Core::Hashable
|
|
1531
1533
|
|
|
1532
|
-
#
|
|
1533
|
-
#
|
|
1534
|
+
# Use this pagination token to retrieve the next page of results. An empty value
|
|
1535
|
+
# indicates that no further results are available.
|
|
1534
1536
|
# Corresponds to the JSON property `nextPageToken`
|
|
1535
1537
|
# @return [String]
|
|
1536
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.65.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 = "20260426"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1031,7 +1031,7 @@ module Google
|
|
|
1031
1031
|
# perimeters provided. This is done atomically. The long-running operation from
|
|
1032
1032
|
# this RPC has a successful status after all replacements propagate to long-
|
|
1033
1033
|
# lasting storage. Replacements containing errors result in an error response
|
|
1034
|
-
# for the first error encountered. Upon an error,
|
|
1034
|
+
# for the first error encountered. Upon an error, replacements are cancelled and
|
|
1035
1035
|
# existing service perimeters are not affected. The Operation.response field
|
|
1036
1036
|
# contains ReplaceServicePerimetersResponse.
|
|
1037
1037
|
# @param [String] parent
|
|
@@ -1449,12 +1449,14 @@ module Google
|
|
|
1449
1449
|
execute_or_queue_command(command, &block)
|
|
1450
1450
|
end
|
|
1451
1451
|
|
|
1452
|
-
# Lists all supported permissions in
|
|
1452
|
+
# Lists all supported permissions in VPC Service Controls ingress and egress
|
|
1453
|
+
# rules for Granular Controls.
|
|
1453
1454
|
# @param [Fixnum] page_size
|
|
1454
1455
|
# Optional. This flag specifies the maximum number of services to return per
|
|
1455
|
-
# page. Default is 100.
|
|
1456
|
+
# page. Default value is 100.
|
|
1456
1457
|
# @param [String] page_token
|
|
1457
|
-
# Optional.
|
|
1458
|
+
# Optional. Use this token to retrieve a specific page of results. Default is
|
|
1459
|
+
# the first page.
|
|
1458
1460
|
# @param [String] fields
|
|
1459
1461
|
# Selector specifying which fields to include in a partial response.
|
|
1460
1462
|
# @param [String] quota_user
|
|
@@ -1518,9 +1520,10 @@ module Google
|
|
|
1518
1520
|
# Lists all VPC-SC supported services.
|
|
1519
1521
|
# @param [Fixnum] page_size
|
|
1520
1522
|
# This flag specifies the maximum number of services to return per page. Default
|
|
1521
|
-
# is 100.
|
|
1523
|
+
# value is 100.
|
|
1522
1524
|
# @param [String] page_token
|
|
1523
|
-
#
|
|
1525
|
+
# Use this token to retrieve a specific page of results. Default is the first
|
|
1526
|
+
# page.
|
|
1524
1527
|
# @param [String] fields
|
|
1525
1528
|
# Selector specifying which fields to include in a partial response.
|
|
1526
1529
|
# @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.65.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.65.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:
|