google-apis-accesscontextmanager_v1 0.48.0 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a844175f384216a0f24f903877368f24f5782b5225a9b0af71bab60d8ebe83d8
4
- data.tar.gz: 7227826da154e7bd1ddafe610d6ed5aaa1260084166b2ce7ad13bcbd976b84a0
3
+ metadata.gz: e3678bfd4fdcaf86db75d1aa2f7e48ec41602ed2a8bc9a2a1de189112befc01a
4
+ data.tar.gz: 4987ea7cde20b204b7fdca872fb4a14a0119902761c3e048aab8891b76c6f8bb
5
5
  SHA512:
6
- metadata.gz: 6c0eac976f6fc7e98f4a8d46cab1fa67e45d9a9373cd75e5ca5d25eecef0fb25c0250a95bffef6fbfbe37c25ff823d318e4000b99f47d9240794be5ef2445fa0
7
- data.tar.gz: 5480edb4b71115961e68e249987c4a5ccdd149be84983ff9cab00fade1c0fa599c0d97f102ca47ad1cc666a0bfbc0a818e0cebdf0b1759927ad62c6e74df25ea
6
+ metadata.gz: ed5792919719290e5980e38a268559e79b4534593e5d102a0a2a0a55322911aff0139c7008f66a94a60878c4e261db29f183fb3a4b7acc8ebdb0e9a3e1e4b87f
7
+ data.tar.gz: 5eb9aff67838a4f72f70fb60c776be49b2861a76014e150e118766bbf69e3a0cb90c15e4e68ed5f8e7537fe49b0c7c5d30a508327fa89d2ed43c5629e48a54e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.49.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240923
6
+
3
7
  ### v0.48.0 (2024-09-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20240908
@@ -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.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240908"
25
+ REVISION = "20240923"
26
26
  end
27
27
  end
28
28
  end
@@ -1394,11 +1394,17 @@ module Google
1394
1394
  # not be specified by the client during creation. Example: "organizations/256/
1395
1395
  # gcpUserAccessBindings/b3-BhcX_Ud5N"
1396
1396
  # @param [Google::Apis::AccesscontextmanagerV1::GcpUserAccessBinding] gcp_user_access_binding_object
1397
+ # @param [Boolean] append_scoped_access_settings
1398
+ # Optional. This field will be used to control whether or not scoped access
1399
+ # settings are appended to the existing list of scoped access settings. If true,
1400
+ # the scoped access settings in the request will be appended to the existing
1401
+ # list of scoped access settings. If false, the scoped access settings in the
1402
+ # request replace the existing list of scoped access settings.
1397
1403
  # @param [String] update_mask
1398
1404
  # Required. Only the fields specified in this mask are updated. Because name and
1399
1405
  # group_key cannot be changed, update_mask is required and may only contain the
1400
- # following fields: `access_levels`, `dry_run_access_levels`. update_mask `
1401
- # paths: "access_levels" `
1406
+ # following fields: `access_levels`, `dry_run_access_levels`, `reauth_settings`,
1407
+ # `scoped_access_settings`. update_mask ` paths: "access_levels" `
1402
1408
  # @param [String] fields
1403
1409
  # Selector specifying which fields to include in a partial response.
1404
1410
  # @param [String] quota_user
@@ -1416,13 +1422,14 @@ module Google
1416
1422
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1417
1423
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1418
1424
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1419
- def patch_organization_gcp_user_access_binding(name, gcp_user_access_binding_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1425
+ def patch_organization_gcp_user_access_binding(name, gcp_user_access_binding_object = nil, append_scoped_access_settings: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1420
1426
  command = make_simple_command(:patch, 'v1/{+name}', options)
1421
1427
  command.request_representation = Google::Apis::AccesscontextmanagerV1::GcpUserAccessBinding::Representation
1422
1428
  command.request_object = gcp_user_access_binding_object
1423
1429
  command.response_representation = Google::Apis::AccesscontextmanagerV1::Operation::Representation
1424
1430
  command.response_class = Google::Apis::AccesscontextmanagerV1::Operation
1425
1431
  command.params['name'] = name unless name.nil?
1432
+ command.query['appendScopedAccessSettings'] = append_scoped_access_settings unless append_scoped_access_settings.nil?
1426
1433
  command.query['updateMask'] = update_mask unless update_mask.nil?
1427
1434
  command.query['fields'] = fields unless fields.nil?
1428
1435
  command.query['quotaUser'] = quota_user unless quota_user.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-15 00:00:00.000000000 Z
11
+ date: 2024-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []