google-apis-accesscontextmanager_v1 0.64.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: f0ed8d9ea54342665ef13442adac8ba38dce26eca66a1338ba6c259c1a694b73
4
- data.tar.gz: 4a9af1286816eb8db8780005ab3cad08be0b47ea45db84d0ccf3d5f0cc3c333c
3
+ metadata.gz: 22719f4de7521aa30b2dec032da95d0f8eb34ffb30498d59d6043f30759b8b2c
4
+ data.tar.gz: c4c5d1ba4362ca257590771ec6be5e080fe068738ff1c02fab6afdff98f848c7
5
5
  SHA512:
6
- metadata.gz: 50990d7733196e069d41d3110ceeef0a124b0585670575f002b6c4ba2545ea093aa75430d8f23c090a58a3218a77533c68bb3bb1ce1b36ee29846c07b91aca40
7
- data.tar.gz: f15ea6d065ea3b4549275476714ffdd456b53eacd6c9dfcd87a3676b66e6a2919bab42843ca420cb2403f3db2e015f198a7e1e72e1f922feab53d04a75f26ee9
6
+ metadata.gz: b800259d88acdd41844a0ac81f0e7329b4fed6b004ae83b67da3aa72b5ee97d9c71ba02b78a3909de0cf63b76db0554accc452505a114b65d473eaf1ead52018
7
+ data.tar.gz: f8e9c93c8cd6364ecf7733f9477f8925d3ec5f65811c7e8a709077afd4ea4e1ff85d55375b3069b5705e178e6e30f9d710adc1d19a3825959f7016a51c20e868
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.64.0 (2026-04-19)
4
8
 
5
9
  * 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
- # The pagination token to retrieve the next page of results. If the value is
1509
- # empty, no further results remain.
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-SC supported permissions.
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
- # The pagination token to retrieve the next page of results. If the value is
1535
- # empty, no further results remain.
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.64.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 = "20260329"
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, replacement are cancelled and
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 VPCSC Granular Controls.
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. Token to start on a later page. Default is the first page.
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
- # Token to start on a later page. Default is the first page.
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.64.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.64.0
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: