google-apis-cloudidentity_v1beta1 0.61.0 → 0.62.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: 3ef46e8414bebaccf0eefd52d13230b2445c8dc0988767077366731fe7ce7ad7
|
|
4
|
+
data.tar.gz: 1a9fda907d9b4d6f2175e9860b860560a969568048d23bacaeb9dc8037ea714d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d695f52a8d910ebb0d09a66e3420194340b5e2c2c9cc22fdb6c46e9c139f5eac988a904455710f3dd5a1822c13661742e3b639cddaf445e946ecf2b92ec3f15a
|
|
7
|
+
data.tar.gz: 643777c16ab1cb04ac0c252285aed03f702f5b534af0abf9fb4ea139c1e00c9c3e9651b8b5be8cb767f62b8c371867c0308cf074b0d901ba3d2c2e1f8573bd68
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.62.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
|
|
@@ -745,9 +745,10 @@ module Google
|
|
|
745
745
|
# provided, only DeviceUsers having all of these properties are considered as
|
|
746
746
|
# matches - i.e. the query behaves like an AND. Different platforms require
|
|
747
747
|
# different amounts of information from the caller to ensure that the DeviceUser
|
|
748
|
-
# is uniquely identified. - iOS:
|
|
749
|
-
#
|
|
750
|
-
# Desktop: Specifying the
|
|
748
|
+
# is uniquely identified. - iOS: If either the `partner` or `ios_device_id`
|
|
749
|
+
# field is provided, then both fields are required. - Android: Specifying the `
|
|
750
|
+
# android_id` field is required. - Desktop: Specifying the `raw_resource_id`
|
|
751
|
+
# field is required.
|
|
751
752
|
# @param [String] parent
|
|
752
753
|
# Must be set to "devices/-/deviceUsers" to search across all DeviceUser
|
|
753
754
|
# belonging to the user.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudidentity_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.62.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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.62.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:
|