google-apis-androidenterprise_v1 0.6.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: 4c03c871f5dcfccb7a343af7fe2a39b0f0b5218baefd43bca048ca9357d45b7d
4
- data.tar.gz: d0bb88867e11b1583f2bc5a78de70ab7c12abddd81ce1beb67f09ef399c5ed88
3
+ metadata.gz: 78bb1891913b5760e030673d3d367cf58fd680ef4c237b4e633d3f2f3c16a014
4
+ data.tar.gz: c2c897bb5cf7e207cade0d79c7967f2de282611886aed3fa28bc3fc561625c53
5
5
  SHA512:
6
- metadata.gz: f9d8db64eef8ba9ea06ae955173b738779930621f3388006e56688aa33ecea42c0a0b057b90466e3ee4b8db52fbeb7780b4001884e659d485558792c288ae46b
7
- data.tar.gz: edd739fdddfdedafcc592eacf6f758730ab0d30bfe538d47c66415e6082aef977f1ba27118b324d8d316db9d60ba06c8d804c7c52b8691787a116ccb6b45e51f
6
+ metadata.gz: 2ee54bf1bfd74bef8a2e5614fb82efec3bc6becd40fbc6cd88f4387ea40918f2a4e9db39a00cd6143bb5f8934d3e77f01b4428177f35c691e6c7709ab07b0bca
7
+ data.tar.gz: c876c250d2bd9fe15ad9c10abc2edaddb4d73d631490a33126c358bb8d12fb7bcc76a9c9c25bdcfccdce36f0c37c6a35c1018f4ed9c9347b74f905572efcd798
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.6.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210610"
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,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.6.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-07-05 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
@@ -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/master/generated/google-apis-androidenterprise_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidenterprise_v1
63
63
  post_install_message:
64
64
  rdoc_options: []