google-apis-androidenterprise_v1 0.34.0 → 0.36.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: fb76ed826b5cda32242dad1dcf8d8baddfc4efe252ab98fdc5b30943b008dc45
|
4
|
+
data.tar.gz: 70367ef3c95a781dfdfb242a5b1b8145408903bef3fbe984a1f3ce66a37ee48c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65b51b18c048507b76dd195074fc1d142bba4713463f92f18596d48294ec8eb574d362126abcaed84b969fcc28dbd40d6aecf93d4ebd3f6c8ce9a77aad09093c
|
7
|
+
data.tar.gz: 2d2f616084932304c35c295d533302e3dda3d86f25a23b81a188e5247c7063ea20f463e179e0e89a25812aa91224e6842d66cd7ca8679d8ed239a9295a8d1b57
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-androidenterprise_v1
|
2
2
|
|
3
|
+
### v0.36.0 (2024-10-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241021
|
6
|
+
|
7
|
+
### v0.35.0 (2024-08-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240820
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.34.0 (2024-07-25)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240703
|
@@ -1015,24 +1015,7 @@ module Google
|
|
1015
1015
|
end
|
1016
1016
|
|
1017
1017
|
# *Deprecated:* New integrations cannot use this method and can refer to our
|
1018
|
-
# new recommendations.
|
1019
|
-
# user has the right to use a particular app. Entitlements are user specific,
|
1020
|
-
# not device specific. This allows a user with an entitlement to an app to
|
1021
|
-
# install the app on all their devices. It's also possible for a user to hold an
|
1022
|
-
# entitlement to an app without installing the app on any device. The API can be
|
1023
|
-
# used to create an entitlement. As an option, you can also use the API to
|
1024
|
-
# trigger the installation of an app on all a user's managed devices at the same
|
1025
|
-
# time the entitlement is created. If the app is free, creating the entitlement
|
1026
|
-
# also creates a group license for that app. For paid apps, creating the
|
1027
|
-
# entitlement consumes one license, and that license remains consumed until the
|
1028
|
-
# entitlement is removed. If the enterprise hasn't purchased enough licenses,
|
1029
|
-
# then no entitlement is created and the installation fails. An entitlement is
|
1030
|
-
# also not created for an app if the app requires permissions that the
|
1031
|
-
# enterprise hasn't accepted. If an entitlement is deleted, the app may be
|
1032
|
-
# uninstalled from a user's device. As a best practice, uninstall the app by
|
1033
|
-
# calling Installs.delete() before deleting the entitlement. Entitlements for
|
1034
|
-
# apps that a user pays for on an unmanaged profile have "userPurchase" as the
|
1035
|
-
# entitlement reason. These entitlements cannot be removed via the API.
|
1018
|
+
# new recommendations.
|
1036
1019
|
class Entitlement
|
1037
1020
|
include Google::Apis::Core::Hashable
|
1038
1021
|
|
@@ -1107,19 +1090,7 @@ module Google
|
|
1107
1090
|
end
|
1108
1091
|
|
1109
1092
|
# *Deprecated:* New integrations cannot use this method and can refer to our
|
1110
|
-
# new recommendations
|
1111
|
-
# (called entitlements) for both free and paid apps. For a free app, a group
|
1112
|
-
# license is created when an enterprise admin first approves the product in
|
1113
|
-
# Google Play or when the first entitlement for the product is created for a
|
1114
|
-
# user via the API. For a paid app, a group license object is only created when
|
1115
|
-
# an enterprise admin purchases the product in Google Play for the first time.
|
1116
|
-
# Use the API to query group licenses. A Grouplicenses resource includes the
|
1117
|
-
# total number of licenses purchased (paid apps only) and the total number of
|
1118
|
-
# licenses currently in use. In other words, the total number of Entitlements
|
1119
|
-
# that exist for the product. Only one group license object is created per
|
1120
|
-
# product and group license objects are never deleted. If a product is
|
1121
|
-
# unapproved, its group license remains. This allows enterprise admins to keep
|
1122
|
-
# track of any remaining entitlements for the product.
|
1093
|
+
# new recommendations
|
1123
1094
|
class GroupLicense
|
1124
1095
|
include Google::Apis::Core::Hashable
|
1125
1096
|
|
@@ -1445,10 +1416,7 @@ module Google
|
|
1445
1416
|
end
|
1446
1417
|
|
1447
1418
|
# *Deprecated:* New integrations cannot use this method and can refer to our
|
1448
|
-
# new recommendations
|
1449
|
-
# managed properties defined by the app developer in the app's managed
|
1450
|
-
# configurations schema, as well as any configuration variables defined for the
|
1451
|
-
# user.
|
1419
|
+
# new recommendations
|
1452
1420
|
class ManagedConfiguration
|
1453
1421
|
include Google::Apis::Core::Hashable
|
1454
1422
|
|
@@ -1953,6 +1921,12 @@ module Google
|
|
1953
1921
|
# @return [Google::Apis::AndroidenterpriseV1::MaintenanceWindow]
|
1954
1922
|
attr_accessor :maintenance_window
|
1955
1923
|
|
1924
|
+
# An identifier for the policy that will be passed with the app install feedback
|
1925
|
+
# sent from the Play Store.
|
1926
|
+
# Corresponds to the JSON property `policyId`
|
1927
|
+
# @return [String]
|
1928
|
+
attr_accessor :policy_id
|
1929
|
+
|
1956
1930
|
# The availability granted to the device for the specified products. "all" gives
|
1957
1931
|
# the device access to all products, regardless of approval status. "all" does
|
1958
1932
|
# not enable automatic visibility of "alpha" or "beta" tracks. "whitelist"
|
@@ -1979,6 +1953,7 @@ module Google
|
|
1979
1953
|
@auto_update_policy = args[:auto_update_policy] if args.key?(:auto_update_policy)
|
1980
1954
|
@device_report_policy = args[:device_report_policy] if args.key?(:device_report_policy)
|
1981
1955
|
@maintenance_window = args[:maintenance_window] if args.key?(:maintenance_window)
|
1956
|
+
@policy_id = args[:policy_id] if args.key?(:policy_id)
|
1982
1957
|
@product_availability_policy = args[:product_availability_policy] if args.key?(:product_availability_policy)
|
1983
1958
|
@product_policy = args[:product_policy] if args.key?(:product_policy)
|
1984
1959
|
end
|
@@ -2306,10 +2281,7 @@ module Google
|
|
2306
2281
|
attr_accessor :enterprise_authentication_app_link_configs
|
2307
2282
|
|
2308
2283
|
# *Deprecated:* New integrations cannot use this method and can refer to our
|
2309
|
-
# new recommendations
|
2310
|
-
# managed properties defined by the app developer in the app's managed
|
2311
|
-
# configurations schema, as well as any configuration variables defined for the
|
2312
|
-
# user.
|
2284
|
+
# new recommendations
|
2313
2285
|
# Corresponds to the JSON property `managedConfiguration`
|
2314
2286
|
# @return [Google::Apis::AndroidenterpriseV1::ManagedConfiguration]
|
2315
2287
|
attr_accessor :managed_configuration
|
@@ -2555,8 +2527,7 @@ module Google
|
|
2555
2527
|
include Google::Apis::Core::Hashable
|
2556
2528
|
|
2557
2529
|
# *Deprecated:* New integrations cannot use this method and can refer to our
|
2558
|
-
# new recommendations
|
2559
|
-
# account.
|
2530
|
+
# new recommendations
|
2560
2531
|
# Corresponds to the JSON property `key`
|
2561
2532
|
# @return [Google::Apis::AndroidenterpriseV1::ServiceAccountKey]
|
2562
2533
|
attr_accessor :key
|
@@ -2579,8 +2550,7 @@ module Google
|
|
2579
2550
|
end
|
2580
2551
|
|
2581
2552
|
# *Deprecated:* New integrations cannot use this method and can refer to our
|
2582
|
-
# new recommendations
|
2583
|
-
# account.
|
2553
|
+
# new recommendations
|
2584
2554
|
class ServiceAccountKey
|
2585
2555
|
include Google::Apis::Core::Hashable
|
2586
2556
|
|
@@ -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.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241021"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1091,6 +1091,7 @@ module Google
|
|
1091
1091
|
property :device_report_policy, as: 'deviceReportPolicy'
|
1092
1092
|
property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::AndroidenterpriseV1::MaintenanceWindow, decorator: Google::Apis::AndroidenterpriseV1::MaintenanceWindow::Representation
|
1093
1093
|
|
1094
|
+
property :policy_id, as: 'policyId'
|
1094
1095
|
property :product_availability_policy, as: 'productAvailabilityPolicy'
|
1095
1096
|
collection :product_policy, as: 'productPolicy', class: Google::Apis::AndroidenterpriseV1::ProductPolicy, decorator: Google::Apis::AndroidenterpriseV1::ProductPolicy::Representation
|
1096
1097
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.36.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: 2024-
|
11
|
+
date: 2024-10-27 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-androidenterprise_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Play EMM API V1
|