google-apis-cloudidentity_v1 0.55.0 → 0.56.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: cb6d6f3f62cd981f0b33a99ccdf6c8979282e41dff0cab1567b03f4b6ed5aff5
|
|
4
|
+
data.tar.gz: a1a40e14dddca85dacd6351dd1b70b8c08bfc79a6cb7cf159fc15ea981403578
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7db12dea8c81dcc44442246f52b89b418150e43427fc927999cb0d8fc3bfccd625192a3f7d245e906d2534bf00767e1ca10fbf6fe09f59d460f9ec777c305f64
|
|
7
|
+
data.tar.gz: 8209ff5cda585b912ed7bf6d423dd1362818948c66233f40e651562e8fc9f105fe87d649d18479ac624c2f86ab7729f05a9fff618ba1a5aa24e9c57e4f9a79f0
|
data/CHANGELOG.md
CHANGED
|
@@ -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.56.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 = "20260113"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -762,9 +762,10 @@ module Google
|
|
|
762
762
|
# provided, only DeviceUsers having all of these properties are considered as
|
|
763
763
|
# matches - i.e. the query behaves like an AND. Different platforms require
|
|
764
764
|
# different amounts of information from the caller to ensure that the DeviceUser
|
|
765
|
-
# is uniquely identified. - iOS:
|
|
766
|
-
#
|
|
767
|
-
# Desktop: Specifying the
|
|
765
|
+
# is uniquely identified. - iOS: If either the `partner` or `ios_device_id`
|
|
766
|
+
# field is provided, then both fields are required. - Android: Specifying the `
|
|
767
|
+
# android_id` field is required. - Desktop: Specifying the `raw_resource_id`
|
|
768
|
+
# field is required.
|
|
768
769
|
# @param [String] parent
|
|
769
770
|
# Must be set to "devices/-/deviceUsers" to search across all DeviceUser
|
|
770
771
|
# belonging to the 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.56.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.56.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:
|