google-apis-iam_v1 0.84.0 → 0.85.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: 0af4b3ee36fa005872a2aef1dd2fc657d2e82494282779c4966bc044204a7d8b
4
- data.tar.gz: 0a163f11f320751b23efc18aae97d72664df9d9dda5a41ae560e0cd714361af8
3
+ metadata.gz: ebe0a0a0419db64dc6ea77336eacbb79cc5af3f21ff4eb803ed4c38676ead314
4
+ data.tar.gz: 7a5ab2c6472899917a6bda4fcce0fe06ac759cb81617eecddfb2e3243ada7b62
5
5
  SHA512:
6
- metadata.gz: e6b0754b766d93619666c49d6239c301ca12e634cf1eb5cc486c6d82729f5c2ff24df1e0e0462b837798e9a2822da050d99571fb1d8089c0d8739b4d0ae83508
7
- data.tar.gz: f63140b52918ee0a17264d160945b599953828534b4246d4c8a9e13b45e1ab650d43fb0c71a7f44460397757565993ace005044d15e03f8c9bbf0d1a7ab8ceec
6
+ metadata.gz: d258b3450adbf7731b38daafee3fe6356cf195a3ca3e1bb2ccd59b687cce184fb3f779b5858e328a6ef219c1599fd5564488de3e42be960ebfb6b41a487a91c1
7
+ data.tar.gz: 614e3cd96262a526df3da57cbbcc9ae03e0e2662795da9adb139c327009436b8d2cd0aca027365d9107d5125678f22673510f9755df1e7f609f83918679dcdae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.85.0 (2026-03-22)
4
+
5
+ * Regenerated from discovery document revision 20260313
6
+
3
7
  ### v0.84.0 (2026-03-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20260306
@@ -3170,20 +3170,6 @@ module Google
3170
3170
  end
3171
3171
  end
3172
3172
 
3173
- # Gemini Enterprise only. Request message for
3174
- # UndeleteWorkforcePoolProviderScimToken.
3175
- class UndeleteWorkforcePoolProviderScimTokenRequest
3176
- include Google::Apis::Core::Hashable
3177
-
3178
- def initialize(**args)
3179
- update!(**args)
3180
- end
3181
-
3182
- # Update properties of this object
3183
- def update!(**args)
3184
- end
3185
- end
3186
-
3187
3173
  # Request message for UndeleteWorkforcePool.
3188
3174
  class UndeleteWorkforcePoolRequest
3189
3175
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.84.0"
19
+ GEM_VERSION = "0.85.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 = "20260306"
25
+ REVISION = "20260313"
26
26
  end
27
27
  end
28
28
  end
@@ -592,12 +592,6 @@ module Google
592
592
  include Google::Apis::Core::JsonObjectSupport
593
593
  end
594
594
 
595
- class UndeleteWorkforcePoolProviderScimTokenRequest
596
- class Representation < Google::Apis::Core::JsonRepresentation; end
597
-
598
- include Google::Apis::Core::JsonObjectSupport
599
- end
600
-
601
595
  class UndeleteWorkforcePoolRequest
602
596
  class Representation < Google::Apis::Core::JsonRepresentation; end
603
597
 
@@ -1555,12 +1549,6 @@ module Google
1555
1549
  end
1556
1550
  end
1557
1551
 
1558
- class UndeleteWorkforcePoolProviderScimTokenRequest
1559
- # @private
1560
- class Representation < Google::Apis::Core::JsonRepresentation
1561
- end
1562
- end
1563
-
1564
1552
  class UndeleteWorkforcePoolRequest
1565
1553
  # @private
1566
1554
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1367,42 +1367,6 @@ module Google
1367
1367
  execute_or_queue_command(command, &block)
1368
1368
  end
1369
1369
 
1370
- # Gemini Enterprise only. Undeletes a WorkforcePoolProviderScimToken,that was
1371
- # deleted fewer than 30 days ago.
1372
- # @param [String] name
1373
- # Required. Gemini Enterprise only. The name of the SCIM token to undelete.
1374
- # Format: `locations/`location`/workforcePools/`workforce_pool`/providers/`
1375
- # provider`/scimTenants/`scim_tenant`/tokens/`token``
1376
- # @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTokenRequest] undelete_workforce_pool_provider_scim_token_request_object
1377
- # @param [String] fields
1378
- # Selector specifying which fields to include in a partial response.
1379
- # @param [String] quota_user
1380
- # Available to use for quota purposes for server-side applications. Can be any
1381
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1382
- # @param [Google::Apis::RequestOptions] options
1383
- # Request-specific options
1384
- #
1385
- # @yield [result, err] Result & error if block supplied
1386
- # @yieldparam result [Google::Apis::IamV1::WorkforcePoolProviderScimToken] parsed result object
1387
- # @yieldparam err [StandardError] error object if request failed
1388
- #
1389
- # @return [Google::Apis::IamV1::WorkforcePoolProviderScimToken]
1390
- #
1391
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1392
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1393
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1394
- def undelete_workforce_pool_provider_scim_token(name, undelete_workforce_pool_provider_scim_token_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1395
- command = make_simple_command(:post, 'v1/{+name}:undelete', options)
1396
- command.request_representation = Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTokenRequest::Representation
1397
- command.request_object = undelete_workforce_pool_provider_scim_token_request_object
1398
- command.response_representation = Google::Apis::IamV1::WorkforcePoolProviderScimToken::Representation
1399
- command.response_class = Google::Apis::IamV1::WorkforcePoolProviderScimToken
1400
- command.params['name'] = name unless name.nil?
1401
- command.query['fields'] = fields unless fields.nil?
1402
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1403
- execute_or_queue_command(command, &block)
1404
- end
1405
-
1406
1370
  # Deletes a WorkforcePoolSubject. Subject must not already be in a deleted state.
1407
1371
  # A WorkforcePoolSubject is automatically created the first time an external
1408
1372
  # credential is exchanged for a Google Cloud credential using a mapped `google.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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-iam_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.84.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.85.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
63
63
  rdoc_options: []
64
64
  require_paths: