google-apis-cloudidentity_v1beta1 0.52.0 → 0.54.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: 5548e74d4568d7571dc3a16950536c5226323e80f443c85c7ddb6dc0507ce1d8
4
- data.tar.gz: d8da2f9002d5f314eef3cebef1e05bc1340cd396be018796a86ea5f580549030
3
+ metadata.gz: f7c1512baf7bbb14de2a946f6abb47072b3c75183c3dce7318e96494695a9cd2
4
+ data.tar.gz: 25a107e3ec5607dd8f23b6550541b496e408271b81b5b898fe4fd43a26925811
5
5
  SHA512:
6
- metadata.gz: 4ad706e22019f86ddc1852aac56920fedd21afc72d1bf781f5bddeda1d971aad61a9bb442a1280593ee98f6201eb1417d7c33c2c6648893b8a21df6b76bbe7dc
7
- data.tar.gz: de8b1fa0f82845fc86a57a2ed42c7f4485911ce1d36a5c8638b9cdb842a55a9f5b5ef2c64f69e3fa090712d2bbd1513f0043e80bdf4dd0d2583abedcf5ecc00f
6
+ metadata.gz: d7fc7c098e4db7b4ad83731d009b44f374138282517806e1eaee067245e26edc613f764441bf465c32139ac1413c9b5fd728fb9aa5be6dbd792e18a0e2ceb67d
7
+ data.tar.gz: d3b75202b9220aec77c0632887de9f1c3082be22a043ad413e2794b97a25015d6c4840d144ec335f9cddab895f4554ef2b8216d79bf398e8d9028b38cac8d826
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.54.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250701
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.53.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.52.0 (2025-01-26)
4
13
 
5
14
  * Regenerated from discovery document revision 20250121
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/identity/) may provide guid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -2518,11 +2518,10 @@ module Google
2518
2518
  # to them. **This is an immutable change and the security label cannot be
2519
2519
  # removed once added.** Dynamic groups have a label with a key of `cloudidentity.
2520
2520
  # googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a
2521
- # label with a key of `system/groups/external` and an empty value. (Beta) Google
2522
- # Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock
2523
- # a group, add a label with a key of `cloudidentity.googleapis.com/groups.locked`
2524
- # and an empty value. Doing so locks the group. To unlock the group, remove
2525
- # this label.
2521
+ # label with a key of `system/groups/external` and an empty value. Google Groups
2522
+ # can be [locked](https://support.google.com/a?p=locked-groups). To lock a group,
2523
+ # add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an
2524
+ # empty value. Doing so locks the group. To unlock the group, remove this label.
2526
2525
  # Corresponds to the JSON property `labels`
2527
2526
  # @return [Hash<String,String>]
2528
2527
  attr_accessor :labels
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1beta1
18
18
  # Version of the google-apis-cloudidentity_v1beta1 gem
19
- GEM_VERSION = "0.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250121"
25
+ REVISION = "20250701"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-cloudidentity_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.54.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Identity API V1beta1
79
79
  test_files: []