Skip to content

Commit 595bccb

Browse files
feat: Automated regeneration of iam v1 client (#26034)
Auto-created at 2026-03-22 10:33:38 +0000 using the toys pull request generator.
1 parent b4fac29 commit 595bccb

5 files changed

Lines changed: 6 additions & 64 deletions

File tree

generated/google-apis-iam_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-iam_v1
22

3+
### v0.85.0 (2026-03-22)
4+
5+
* Regenerated from discovery document revision 20260313
6+
37
### v0.84.0 (2026-03-15)
48

59
* Regenerated from discovery document revision 20260306

generated/google-apis-iam_v1/lib/google/apis/iam_v1/classes.rb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3170,20 +3170,6 @@ def update!(**args)
31703170
end
31713171
end
31723172

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-
31873173
# Request message for UndeleteWorkforcePool.
31883174
class UndeleteWorkforcePoolRequest
31893175
include Google::Apis::Core::Hashable

generated/google-apis-iam_v1/lib/google/apis/iam_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module IamV1
1818
# Version of the google-apis-iam_v1 gem
19-
GEM_VERSION = "0.84.0"
19+
GEM_VERSION = "0.85.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260306"
25+
REVISION = "20260313"
2626
end
2727
end
2828
end

generated/google-apis-iam_v1/lib/google/apis/iam_v1/representations.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
592592
include Google::Apis::Core::JsonObjectSupport
593593
end
594594

595-
class UndeleteWorkforcePoolProviderScimTokenRequest
596-
class Representation < Google::Apis::Core::JsonRepresentation; end
597-
598-
include Google::Apis::Core::JsonObjectSupport
599-
end
600-
601595
class UndeleteWorkforcePoolRequest
602596
class Representation < Google::Apis::Core::JsonRepresentation; end
603597

@@ -1555,12 +1549,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
15551549
end
15561550
end
15571551

1558-
class UndeleteWorkforcePoolProviderScimTokenRequest
1559-
# @private
1560-
class Representation < Google::Apis::Core::JsonRepresentation
1561-
end
1562-
end
1563-
15641552
class UndeleteWorkforcePoolRequest
15651553
# @private
15661554
class Representation < Google::Apis::Core::JsonRepresentation

generated/google-apis-iam_v1/lib/google/apis/iam_v1/service.rb

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,42 +1367,6 @@ def patch_location_workforce_pool_provider_scim_tenant_token(name, workforce_poo
13671367
execute_or_queue_command(command, &block)
13681368
end
13691369

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-
14061370
# Deletes a WorkforcePoolSubject. Subject must not already be in a deleted state.
14071371
# A WorkforcePoolSubject is automatically created the first time an external
14081372
# credential is exchanged for a Google Cloud credential using a mapped `google.

0 commit comments

Comments
 (0)