google-apis-androidenterprise_v1 0.49.0 → 0.50.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: 14ee23f04dcf0de77920bb3bf31e3681b7f970823cb0a7d375b381da9813fac5
|
|
4
|
+
data.tar.gz: f0151582eed77388e54f112da44d068c7611b19a103cecffc3c247cadb37d162
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d86f256a36f9883da243cd3673ea8d4b862a4ee48f5022caaf79b1a211d8f30b321f2c487ada4e821d009d165b9f8d841d0069b6273c514931d5a2227bcc3949
|
|
7
|
+
data.tar.gz: 53d575e08913fde4483159da0c600a14964cd1c0e574ade869ffe24b467bc7b359669edb9da3bb958483a3f61b405649b2208c90ba89e90b03bfed76568c0c50
|
data/CHANGELOG.md
CHANGED
|
@@ -1173,11 +1173,6 @@ module Google
|
|
|
1173
1173
|
class GoogleAuthenticationSettings
|
|
1174
1174
|
include Google::Apis::Core::Hashable
|
|
1175
1175
|
|
|
1176
|
-
# Whether dedicated devices are allowed.
|
|
1177
|
-
# Corresponds to the JSON property `dedicatedDevicesAllowed`
|
|
1178
|
-
# @return [String]
|
|
1179
|
-
attr_accessor :dedicated_devices_allowed
|
|
1180
|
-
|
|
1181
1176
|
# Whether Google authentication is required.
|
|
1182
1177
|
# Corresponds to the JSON property `googleAuthenticationRequired`
|
|
1183
1178
|
# @return [String]
|
|
@@ -1189,7 +1184,6 @@ module Google
|
|
|
1189
1184
|
|
|
1190
1185
|
# Update properties of this object
|
|
1191
1186
|
def update!(**args)
|
|
1192
|
-
@dedicated_devices_allowed = args[:dedicated_devices_allowed] if args.key?(:dedicated_devices_allowed)
|
|
1193
1187
|
@google_authentication_required = args[:google_authentication_required] if args.key?(:google_authentication_required)
|
|
1194
1188
|
end
|
|
1195
1189
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidenterpriseV1
|
|
18
18
|
# Version of the google-apis-androidenterprise_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.50.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260729"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -903,7 +903,6 @@ module Google
|
|
|
903
903
|
class GoogleAuthenticationSettings
|
|
904
904
|
# @private
|
|
905
905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
906
|
-
property :dedicated_devices_allowed, as: 'dedicatedDevicesAllowed'
|
|
907
906
|
property :google_authentication_required, as: 'googleAuthenticationRequired'
|
|
908
907
|
end
|
|
909
908
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-androidenterprise_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.50.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-androidenterprise_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.50.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|