google-apis-accesscontextmanager_v1 0.58.0 → 0.60.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: 33760a00bc8a481c756a7c01db57d5871e18bf56406d4c0aa6e3994686a29fc0
4
- data.tar.gz: 852792d1c30b8e6d159ce412d4bb014d90d657da40025c53d75abfedd2b004c3
3
+ metadata.gz: 988249f7cb8ceda2751126332c9238eb2e46feab04b290bee11191bbf73d70ff
4
+ data.tar.gz: 98f3501db31fdf448b7e167efe03dde242d101e5a18b97952e9423d558d8b7f1
5
5
  SHA512:
6
- metadata.gz: 650b2f756596599f1430cd62ab7d5551882bac44e25d809b0120fd112b927feec0eef345f57f426034a9039a6089d4bde805a1b5ffefaae0ac98532be0225eec
7
- data.tar.gz: 67f77654c978145b34364a0f38c506b8da116714718f2d59b181342b244127832efc8b755dc925e338bb3cb314e10a043c162d69995305be974799c36c69207e
6
+ metadata.gz: c025f8754c8f5a2482eb5846b7dbe2ea043f96ae161891ef58d038e6674890291b44cc55e91e8932aefae1257569488bdc49b95111dcae114ce84b0e6ed31976
7
+ data.tar.gz: 71fdb2a911b1937eff49e0595c0d30542a65f2391fbad547c2ad94a79c361f70e0d3e99c09914ecc9eb706f6b449e6877e83ad9fee1b3c80d936fd8440265e5e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.60.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251005
6
+
7
+ ### v0.59.0 (2025-07-27)
8
+
9
+ * Regenerated from discovery document revision 20250723
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.58.0 (2025-05-11)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -1057,12 +1057,12 @@ module Google
1057
1057
  # @return [Array<String>]
1058
1058
  attr_accessor :dry_run_access_levels
1059
1059
 
1060
- # Required. Immutable. Google Group id whose members are subject to this binding'
1061
- # s restrictions. See "id" in the [G Suite Directory API's Groups resource] (
1062
- # https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource)
1063
- # . If a group's email address/alias is changed, this resource will continue to
1064
- # point at the changed group. This field does not accept group email addresses
1065
- # or aliases. Example: "01d520gv4vjcrht"
1060
+ # Optional. Immutable. Google Group id whose users are subject to this binding's
1061
+ # restrictions. See "id" in the [Google Workspace Directory API's Group Resource]
1062
+ # (https://developers.google.com/admin-sdk/directory/v1/reference/groups#
1063
+ # resource). If a group's email address/alias is changed, this resource will
1064
+ # continue to point at the changed group. This field does not accept group email
1065
+ # addresses or aliases. Example: "01d520gv4vjcrht"
1066
1066
  # Corresponds to the JSON property `groupKey`
1067
1067
  # @return [String]
1068
1068
  attr_accessor :group_key
@@ -1457,6 +1457,13 @@ module Google
1457
1457
  # @return [Array<Google::Apis::AccesscontextmanagerV1::Operation>]
1458
1458
  attr_accessor :operations
1459
1459
 
1460
+ # Unordered list. Unreachable resources. Populated when the request sets `
1461
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1462
+ # when attempting to list all resources across all supported locations.
1463
+ # Corresponds to the JSON property `unreachable`
1464
+ # @return [Array<String>]
1465
+ attr_accessor :unreachable
1466
+
1460
1467
  def initialize(**args)
1461
1468
  update!(**args)
1462
1469
  end
@@ -1465,6 +1472,7 @@ module Google
1465
1472
  def update!(**args)
1466
1473
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1467
1474
  @operations = args[:operations] if args.key?(:operations)
1475
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1468
1476
  end
1469
1477
  end
1470
1478
 
@@ -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.58.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250412"
25
+ REVISION = "20251005"
26
26
  end
27
27
  end
28
28
  end
@@ -733,6 +733,7 @@ module Google
733
733
  property :next_page_token, as: 'nextPageToken'
734
734
  collection :operations, as: 'operations', class: Google::Apis::AccesscontextmanagerV1::Operation, decorator: Google::Apis::AccesscontextmanagerV1::Operation::Representation
735
735
 
736
+ collection :unreachable, as: 'unreachable'
736
737
  end
737
738
  end
738
739
 
@@ -1218,6 +1218,13 @@ module Google
1218
1218
  # The standard list page size.
1219
1219
  # @param [String] page_token
1220
1220
  # The standard list page token.
1221
+ # @param [Boolean] return_partial_success
1222
+ # When set to `true`, operations that are reachable are returned as normal, and
1223
+ # those that are unreachable are returned in the [ListOperationsResponse.
1224
+ # unreachable] field. This can only be `true` when reading across collections e.
1225
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1226
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1227
+ # explicitly documented otherwise in service or product specific documentation.
1221
1228
  # @param [String] fields
1222
1229
  # Selector specifying which fields to include in a partial response.
1223
1230
  # @param [String] quota_user
@@ -1235,7 +1242,7 @@ module Google
1235
1242
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1236
1243
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1237
1244
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1238
- def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1245
+ def list_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1239
1246
  command = make_simple_command(:get, 'v1/{+name}', options)
1240
1247
  command.response_representation = Google::Apis::AccesscontextmanagerV1::ListOperationsResponse::Representation
1241
1248
  command.response_class = Google::Apis::AccesscontextmanagerV1::ListOperationsResponse
@@ -1243,6 +1250,7 @@ module Google
1243
1250
  command.query['filter'] = filter unless filter.nil?
1244
1251
  command.query['pageSize'] = page_size unless page_size.nil?
1245
1252
  command.query['pageToken'] = page_token unless page_token.nil?
1253
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1246
1254
  command.query['fields'] = fields unless fields.nil?
1247
1255
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1248
1256
  execute_or_queue_command(command, &block)
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.58.0
4
+ version: 0.60.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.58.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.60.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Access Context Manager API V1
79
79
  test_files: []