google-apis-cloudidentity_v1 0.53.0 → 0.55.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e32bc3f0aeeecad8a4c12ecd47ec5e55c869e4fc250bb38b5a0b1aee4d0eb792
|
|
4
|
+
data.tar.gz: afd75402eac4025cda523fb30fed498b572f7ab0b85bed115f5aaaddd075851c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87383d878c66e33ad46ebb122796d75cb94fbd707c50a1e0439a71b701ac6b4afb73dc4ecf67607c3c70df4c82657eedc5ddc22048638566b5822471f7ab3d39
|
|
7
|
+
data.tar.gz: 99bd7613ec85ef446aad4dcb419eca53de255b044a314746b0128673c390c8d8d48d904bd39a41338d96cdcecb3bd56823f0100eb6469530c64811eb16c8c8e4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-cloudidentity_v1
|
|
2
2
|
|
|
3
|
+
### v0.55.0 (2025-12-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251208
|
|
6
|
+
|
|
7
|
+
### v0.54.0 (2025-11-23)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251118
|
|
10
|
+
|
|
3
11
|
### v0.53.0 (2025-10-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251021
|
|
@@ -719,7 +719,8 @@ module Google
|
|
|
719
719
|
attr_accessor :is_bulk_data_entry_analysis_enabled
|
|
720
720
|
alias_method :is_bulk_data_entry_analysis_enabled?, :is_bulk_data_entry_analysis_enabled
|
|
721
721
|
|
|
722
|
-
#
|
|
722
|
+
# Deprecated: This field is not used for Chrome version 118 and later. Current
|
|
723
|
+
# state of [Chrome Cleanup](https://chromeenterprise.google/policies/#
|
|
723
724
|
# ChromeCleanupEnabled).
|
|
724
725
|
# Corresponds to the JSON property `isChromeCleanupEnabled`
|
|
725
726
|
# @return [Boolean]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudidentityV1
|
|
18
18
|
# Version of the google-apis-cloudidentity_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.55.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 = "
|
|
25
|
+
REVISION = "20251208"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2570,7 +2570,7 @@ module Google
|
|
|
2570
2570
|
|
|
2571
2571
|
# Get a policy.
|
|
2572
2572
|
# @param [String] name
|
|
2573
|
-
# Required. The name of the policy to retrieve. Format:
|
|
2573
|
+
# Required. The name of the policy to retrieve. Format: `policies/`policy``.
|
|
2574
2574
|
# @param [String] fields
|
|
2575
2575
|
# Selector specifying which fields to include in a partial response.
|
|
2576
2576
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudidentity_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.55.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.55.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|