google-apis-androidenterprise_v1 0.4.0 → 0.8.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: 1f3c12759f76dc0123e1c167dfeed04e1ee8627887ef02825646320043cfee42
4
- data.tar.gz: 997330613a1f48d77f594373ff27a76c340f0330e60938314ecedfe0cb27f60a
3
+ metadata.gz: f4aff9ffea33a25af11fb7cff7fc20a1c3816303c949d897cb2f3ba10f924c9d
4
+ data.tar.gz: d8ca3917cad88e4d7cefc958114c99a841ba54df59c334f0f6147723e4dfe935
5
5
  SHA512:
6
- metadata.gz: e740ca4f0936d45a887b7183ff7b4e564fab603402ffb976e89a97289f065c30225bc483e7ef41e27e42b7fb9f9361d62813f8348849fef497f9b6c66318ff01
7
- data.tar.gz: 8813fb03307e19acd7bf60a1ee7c1c5dc2a063e887690ec34b2eaf32a292e2124da057157823fe3e8095874c7bb369a06e2196f54e3e25411d718e2ad89ea4e9
6
+ metadata.gz: 909e6e5c8efc16d0b3a65af825123f22e187ae432a90d8c8c59b94402bc6ed5f0e106972b747c8c508c495a1bc8aeaaf7cfa0579b7d1411fa9b2b695cacdb7a1
7
+ data.tar.gz: a96cfb3fe0ec888a83798edc2a1710587cb43b70b8dbeb6b89b38521c02313866f0d09cb99a81f8d487af06fabfce93c579760d7d6f98d442fafc639f7db99f8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-androidenterprise_v1
2
2
 
3
+ ### v0.8.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.7.0 (2021-07-28)
8
+
9
+ * Regenerated from discovery document revision 20210723
10
+
11
+ ### v0.6.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.5.0 (2021-06-24)
16
+
17
+ * Regenerated from discovery document revision 20210610
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.4.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Androidenterprise service in particular.)
67
67
 
@@ -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.4.0"
19
+ GEM_VERSION = "0.8.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.4.0
4
+ version: 0.8.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-24 00:00:00.000000000 Z
11
+ date: 2021-10-27 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
@@ -51,9 +57,9 @@ licenses:
51
57
  - Apache-2.0
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
- 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.4.0
56
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidenterprise_v1
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.8.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
59
65
  require_paths: