google-apis-androiddeviceprovisioning_v1 0.19.0 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae1fa1bb6918fac5700f3eb7c894c04fba4877cebda909de23e3c66b18a622f9
|
4
|
+
data.tar.gz: 303d5d6d63822301cd9e3cbc36735fb981a72b8919f5fdd380cc34f8a1ab1f74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80276c594d1ebf1a6d31b9f1993b5df79f5f289afdb5229dc683c97b1ef2290d04f4fb8ea39b6ab734e1b329594541e31bcb78c306ae9b3f3b62ccab1e4bbc50
|
7
|
+
data.tar.gz: 5df6328cc0edb449771799c5ba95fe4c244981f64acb18a86a21a26838844f44f6f13e1162fe80b4aae5f299225a7c0cd36138707a6b82f75b81257bab58a2bf
|
data/CHANGELOG.md
CHANGED
@@ -280,6 +280,14 @@ module Google
|
|
280
280
|
# @return [String]
|
281
281
|
attr_accessor :dpc_resource_path
|
282
282
|
|
283
|
+
# Optional. The timeout before forcing factory reset the device if the device
|
284
|
+
# doesn't go through provisioning in the setup wizard, usually due to lack of
|
285
|
+
# network connectivity during setup wizard. Ranges from 0-6 hours, with 2 hours
|
286
|
+
# being the default if unset.
|
287
|
+
# Corresponds to the JSON property `forcedResetTime`
|
288
|
+
# @return [String]
|
289
|
+
attr_accessor :forced_reset_time
|
290
|
+
|
283
291
|
# Required. Whether this is the default configuration that zero-touch enrollment
|
284
292
|
# applies to any new devices the organization purchases in the future. Only one
|
285
293
|
# customer configuration can be the default. Setting this value to `true`,
|
@@ -309,6 +317,7 @@ module Google
|
|
309
317
|
@custom_message = args[:custom_message] if args.key?(:custom_message)
|
310
318
|
@dpc_extras = args[:dpc_extras] if args.key?(:dpc_extras)
|
311
319
|
@dpc_resource_path = args[:dpc_resource_path] if args.key?(:dpc_resource_path)
|
320
|
+
@forced_reset_time = args[:forced_reset_time] if args.key?(:forced_reset_time)
|
312
321
|
@is_default = args[:is_default] if args.key?(:is_default)
|
313
322
|
@name = args[:name] if args.key?(:name)
|
314
323
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AndroiddeviceprovisioningV1
|
18
18
|
# Version of the google-apis-androiddeviceprovisioning_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230509"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -326,6 +326,7 @@ module Google
|
|
326
326
|
property :custom_message, as: 'customMessage'
|
327
327
|
property :dpc_extras, as: 'dpcExtras'
|
328
328
|
property :dpc_resource_path, as: 'dpcResourcePath'
|
329
|
+
property :forced_reset_time, as: 'forcedResetTime'
|
329
330
|
property :is_default, as: 'isDefault'
|
330
331
|
property :name, as: 'name'
|
331
332
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androiddeviceprovisioning_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androiddeviceprovisioning_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androiddeviceprovisioning_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|