google-apis-androidenterprise_v1 0.3.0 → 0.7.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: ce9bf02cb05f92ad64fc4e3ccadd69d0d93be64a543aa68ce7406eca84c0a785
4
- data.tar.gz: 3d84cdf0384779d01eeae20f697ca8a9069e1bd4feca628e6cd4e23fa7c7ec95
3
+ metadata.gz: 78bb1891913b5760e030673d3d367cf58fd680ef4c237b4e633d3f2f3c16a014
4
+ data.tar.gz: c2c897bb5cf7e207cade0d79c7967f2de282611886aed3fa28bc3fc561625c53
5
5
  SHA512:
6
- metadata.gz: 0d37304ce6443ff6997052a3c68c0bc37e5bab1b0c2f19a148b15d781ef0e863bf7ae3164f18520763826cbc605b5020b9f488aa915c69417a8f466106363db6
7
- data.tar.gz: d27def534a34cf5460085303abb992221d3219d6551c8989953c64f5e8ac0550a5b945848ec78d90de0c7ef24ba0d0b76acddd1f1ea7f0777bd6c1993a2a18be
6
+ metadata.gz: 2ee54bf1bfd74bef8a2e5614fb82efec3bc6becd40fbc6cd88f4387ea40918f2a4e9db39a00cd6143bb5f8934d3e77f01b4428177f35c691e6c7709ab07b0bca
7
+ data.tar.gz: c876c250d2bd9fe15ad9c10abc2edaddb4d73d631490a33126c358bb8d12fb7bcc76a9c9c25bdcfccdce36f0c37c6a35c1018f4ed9c9347b74f905572efcd798
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-androidenterprise_v1
2
2
 
3
+ ### v0.7.0 (2021-07-28)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
7
+ ### v0.6.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.5.0 (2021-06-24)
12
+
13
+ * Regenerated from discovery document revision 20210610
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.4.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.3.0 (2021-04-30)
4
21
 
5
22
  * Regenerated from discovery document revision 20210428
@@ -1805,10 +1805,11 @@ module Google
1805
1805
  class Policy
1806
1806
  include Google::Apis::Core::Hashable
1807
1807
 
1808
- # The auto-update policy for apps installed on the device. "choiceToTheUser"
1809
- # allows the device's user to configure the app update policy. "always" enables
1810
- # auto updates. "never" disables auto updates. "wifiOnly" enables auto updates
1811
- # only when the device is connected to wifi.
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.
1812
1813
  # Corresponds to the JSON property `autoUpdatePolicy`
1813
1814
  # @return [String]
1814
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.3.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210428"
25
+ REVISION = "20210723"
26
26
  end
27
27
  end
28
28
  end
@@ -241,7 +241,10 @@ module Google
241
241
  # Updates the device policy. To ensure the policy is properly enforced, you need
242
242
  # to prevent unmanaged accounts from accessing Google Play by setting the
243
243
  # allowed_accounts in the managed configuration for the Google Play package. See
244
- # restrict accounts in Google Play.
244
+ # restrict accounts in Google Play. When provisioning a new device, you should
245
+ # set the device policy using this method before adding the managed Google Play
246
+ # Account to the device, otherwise the policy will not be applied for a short
247
+ # period of time after adding the account to the device.
245
248
  # @param [String] enterprise_id
246
249
  # The ID of the enterprise.
247
250
  # @param [String] user_id
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.3.0
4
+ version: 0.7.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-05-18 00:00:00.000000000 Z
11
+ date: 2021-08-02 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.1'
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: '0.1'
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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.7.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: []