google-apis-androidenterprise_v1 0.1.0 → 0.6.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: 4c03c871f5dcfccb7a343af7fe2a39b0f0b5218baefd43bca048ca9357d45b7d
|
4
|
+
data.tar.gz: d0bb88867e11b1583f2bc5a78de70ab7c12abddd81ce1beb67f09ef399c5ed88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9d8db64eef8ba9ea06ae955173b738779930621f3388006e56688aa33ecea42c0a0b057b90466e3ee4b8db52fbeb7780b4001884e659d485558792c288ae46b
|
7
|
+
data.tar.gz: edd739fdddfdedafcc592eacf6f758730ab0d30bfe538d47c66415e6082aef977f1ba27118b324d8d316db9d60ba06c8d804c7c52b8691787a116ccb6b45e51f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# Release history for google-apis-androidenterprise_v1
|
2
2
|
|
3
|
+
### v0.6.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.5.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210610
|
10
|
+
* Regenerated using generator version 0.3.0
|
11
|
+
|
12
|
+
### v0.4.0 (2021-05-19)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
16
|
+
### v0.3.0 (2021-04-30)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210428
|
19
|
+
* Regenerated using generator version 0.2.0
|
20
|
+
|
21
|
+
### v0.2.0 (2021-03-04)
|
22
|
+
|
23
|
+
* Regenerated using generator version 0.1.2
|
24
|
+
|
3
25
|
### v0.1.0 (2021-01-07)
|
4
26
|
|
5
27
|
* Regenerated using generator version 0.1.1
|
@@ -104,6 +104,11 @@ module Google
|
|
104
104
|
# @return [Google::Apis::AndroidenterpriseV1::AdministratorWebTokenSpecWebApps]
|
105
105
|
attr_accessor :web_apps
|
106
106
|
|
107
|
+
# Options for displaying the Zero Touch page.
|
108
|
+
# Corresponds to the JSON property `zeroTouch`
|
109
|
+
# @return [Google::Apis::AndroidenterpriseV1::AdministratorWebTokenSpecZeroTouch]
|
110
|
+
attr_accessor :zero_touch
|
111
|
+
|
107
112
|
def initialize(**args)
|
108
113
|
update!(**args)
|
109
114
|
end
|
@@ -117,6 +122,7 @@ module Google
|
|
117
122
|
@private_apps = args[:private_apps] if args.key?(:private_apps)
|
118
123
|
@store_builder = args[:store_builder] if args.key?(:store_builder)
|
119
124
|
@web_apps = args[:web_apps] if args.key?(:web_apps)
|
125
|
+
@zero_touch = args[:zero_touch] if args.key?(:zero_touch)
|
120
126
|
end
|
121
127
|
end
|
122
128
|
|
@@ -227,6 +233,27 @@ module Google
|
|
227
233
|
end
|
228
234
|
end
|
229
235
|
|
236
|
+
#
|
237
|
+
class AdministratorWebTokenSpecZeroTouch
|
238
|
+
include Google::Apis::Core::Hashable
|
239
|
+
|
240
|
+
# Whether zero-touch embedded UI is usable with this token. If enabled, the
|
241
|
+
# admin can link zero-touch customers to this enterprise.
|
242
|
+
# Corresponds to the JSON property `enabled`
|
243
|
+
# @return [Boolean]
|
244
|
+
attr_accessor :enabled
|
245
|
+
alias_method :enabled?, :enabled
|
246
|
+
|
247
|
+
def initialize(**args)
|
248
|
+
update!(**args)
|
249
|
+
end
|
250
|
+
|
251
|
+
# Update properties of this object
|
252
|
+
def update!(**args)
|
253
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
254
|
+
end
|
255
|
+
end
|
256
|
+
|
230
257
|
# Represents the list of app restrictions available to be pre-configured for the
|
231
258
|
# product.
|
232
259
|
class AppRestrictionsSchema
|
@@ -1778,10 +1805,11 @@ module Google
|
|
1778
1805
|
class Policy
|
1779
1806
|
include Google::Apis::Core::Hashable
|
1780
1807
|
|
1781
|
-
#
|
1782
|
-
#
|
1783
|
-
#
|
1784
|
-
#
|
1808
|
+
# Deprecated. Use autoUpdateMode instead. When autoUpdateMode is set to
|
1809
|
+
# AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect. "
|
1810
|
+
# choiceToTheUser" allows the device's user to configure the app update policy. "
|
1811
|
+
# always" enables auto updates. "never" disables auto updates. "wifiOnly"
|
1812
|
+
# enables auto updates only when the device is connected to wifi.
|
1785
1813
|
# Corresponds to the JSON property `autoUpdatePolicy`
|
1786
1814
|
# @return [String]
|
1787
1815
|
attr_accessor :auto_update_policy
|
@@ -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.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210610"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -70,6 +70,12 @@ module Google
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
+
class AdministratorWebTokenSpecZeroTouch
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
73
79
|
class AppRestrictionsSchema
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
81
|
|
@@ -549,6 +555,8 @@ module Google
|
|
549
555
|
|
550
556
|
property :web_apps, as: 'webApps', class: Google::Apis::AndroidenterpriseV1::AdministratorWebTokenSpecWebApps, decorator: Google::Apis::AndroidenterpriseV1::AdministratorWebTokenSpecWebApps::Representation
|
551
557
|
|
558
|
+
property :zero_touch, as: 'zeroTouch', class: Google::Apis::AndroidenterpriseV1::AdministratorWebTokenSpecZeroTouch, decorator: Google::Apis::AndroidenterpriseV1::AdministratorWebTokenSpecZeroTouch::Representation
|
559
|
+
|
552
560
|
end
|
553
561
|
end
|
554
562
|
|
@@ -588,6 +596,13 @@ module Google
|
|
588
596
|
end
|
589
597
|
end
|
590
598
|
|
599
|
+
class AdministratorWebTokenSpecZeroTouch
|
600
|
+
# @private
|
601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
602
|
+
property :enabled, as: 'enabled'
|
603
|
+
end
|
604
|
+
end
|
605
|
+
|
591
606
|
class AppRestrictionsSchema
|
592
607
|
# @private
|
593
608
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.6.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: 2021-
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Google Play EMM API V1. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidenterprise_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.6.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidenterprise_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
68
|
requirements:
|
63
69
|
- - ">="
|
64
70
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
71
|
+
version: '2.5'
|
66
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
73
|
requirements:
|
68
74
|
- - ">="
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Google Play EMM API V1
|