google-apis-iam_v1 0.62.0 → 0.63.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: 483c848def6aa7b9d449918df38a05b46c2be902675df35291b57da6404224b6
4
- data.tar.gz: 00211f6630169d8dc64c828b186990bee4b6edbf526d35a80c30cd3dbd73a825
3
+ metadata.gz: 52d91a1c15ed54e93f75d595199621a870f5f7e80a5804ddbe601ea40d7e9282
4
+ data.tar.gz: cd27f609ae44bf34ad96dae4a239149ebd3880bfda0c5f43f7235f61892f2551
5
5
  SHA512:
6
- metadata.gz: ad8e7a4afab6c5cc4ca502dfc45d0f171d52afceca989320fc0ac82c01ec20ce91221be72e3be6d47fe8f4e6c647d1dda5072599c7301b7fd64e89d52f44d7f1
7
- data.tar.gz: 97baa8e19bce026809fd8947cfe71e0fc4ec4c09d5bef75ad5571e900fadbbc33375eec99d1a8bb1e9bd4339438366ec3728a2bf95f8ae741910791a97028907
6
+ metadata.gz: a6bab9a05c156c2d4642bedc6b6507b7d245014006bd94081225839a9a7419dd630ed92fef40e3c7b398f4a25d5baac72a20ec474f646aa78d1b4f8b7755430d
7
+ data.tar.gz: 5ec5128a42ad5daa1941b98cfe242d90c68dc2be6bed8f141b098a4de9e6eeaee41ab156127888413a4d46c08f3ec42cbcddadae2745f1995870dd4abe3bb91e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.63.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250102
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.62.0 (2024-12-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20241114
@@ -2856,7 +2856,7 @@ module Google
2856
2856
  # @return [String]
2857
2857
  attr_accessor :expire_time
2858
2858
 
2859
- # Output only. The resource name of the pool. Format: `locations/`location`/
2859
+ # Identifier. The resource name of the pool. Format: `locations/`location`/
2860
2860
  # workforcePools/`workforce_pool_id``
2861
2861
  # Corresponds to the JSON property `name`
2862
2862
  # @return [String]
@@ -3002,7 +3002,7 @@ module Google
3002
3002
  # @return [Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client]
3003
3003
  attr_accessor :extra_attributes_oauth2_client
3004
3004
 
3005
- # Output only. The resource name of the provider. Format: `locations/`location`/
3005
+ # Identifier. The resource name of the provider. Format: `locations/`location`/
3006
3006
  # workforcePools/`workforce_pool_id`/providers/`provider_id``
3007
3007
  # Corresponds to the JSON property `name`
3008
3008
  # @return [String]
@@ -3061,7 +3061,8 @@ module Google
3061
3061
  # @return [Google::Apis::IamV1::KeyData]
3062
3062
  attr_accessor :key_data
3063
3063
 
3064
- # Output only. The resource name of the key.
3064
+ # Identifier. The resource name of the key. Format: `locations/`location`/
3065
+ # workforcePools/`workforce_pool_id`/providers/`provider_id`/keys/`key_id``
3065
3066
  # Corresponds to the JSON property `name`
3066
3067
  # @return [String]
3067
3068
  attr_accessor :name
@@ -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.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241114"
25
+ REVISION = "20250102"
26
26
  end
27
27
  end
28
28
  end
@@ -313,7 +313,7 @@ module Google
313
313
 
314
314
  # Updates an existing WorkforcePool.
315
315
  # @param [String] name
316
- # Output only. The resource name of the pool. Format: `locations/`location`/
316
+ # Identifier. The resource name of the pool. Format: `locations/`location`/
317
317
  # workforcePools/`workforce_pool_id``
318
318
  # @param [Google::Apis::IamV1::WorkforcePool] workforce_pool_object
319
319
  # @param [String] update_mask
@@ -637,7 +637,7 @@ module Google
637
637
 
638
638
  # Updates an existing WorkforcePoolProvider.
639
639
  # @param [String] name
640
- # Output only. The resource name of the provider. Format: `locations/`location`/
640
+ # Identifier. The resource name of the provider. Format: `locations/`location`/
641
641
  # workforcePools/`workforce_pool_id`/providers/`provider_id``
642
642
  # @param [Google::Apis::IamV1::WorkforcePoolProvider] workforce_pool_provider_object
643
643
  # @param [String] update_mask
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -59,9 +58,8 @@ licenses:
59
58
  metadata:
60
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.63.0
63
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
64
- post_install_message:
65
63
  rdoc_options: []
66
64
  require_paths:
67
65
  - lib
@@ -76,8 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
74
  - !ruby/object:Gem::Version
77
75
  version: '0'
78
76
  requirements: []
79
- rubygems_version: 3.5.22
80
- signing_key:
77
+ rubygems_version: 3.6.2
81
78
  specification_version: 4
82
79
  summary: Simple REST client for Identity and Access Management (IAM) API V1
83
80
  test_files: []