google-apis-androidenterprise_v1 0.4.0 → 0.5.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: c00dda4014b97cab1f85973576816965fa7e096de9848459af9add44d05c18ca
4
+ data.tar.gz: bea7173225d2d43bfd9910e91797490930ca33ff0a105920f2d591de4385686a
5
5
  SHA512:
6
- metadata.gz: e740ca4f0936d45a887b7183ff7b4e564fab603402ffb976e89a97289f065c30225bc483e7ef41e27e42b7fb9f9361d62813f8348849fef497f9b6c66318ff01
7
- data.tar.gz: 8813fb03307e19acd7bf60a1ee7c1c5dc2a063e887690ec34b2eaf32a292e2124da057157823fe3e8095874c7bb369a06e2196f54e3e25411d718e2ad89ea4e9
6
+ metadata.gz: 66fbfe1bc989a206671c26939c6cad76fd7ef2e507dbe0e249871a58e26c85b550219493c9655fcbe63e66ba0050ee8c0fb308cb7ea0f06aa426a835945c24c0
7
+ data.tar.gz: e3194fcb9573cb5f54e1c4adbf2a3fec0dc181a4b30ace905540e6df8f05b77b42ea5a56609dfa0bb450c798539187cb5ab379951c118e993432adf756769581
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-androidenterprise_v1
2
2
 
3
+ ### v0.5.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210610
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.4.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -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.5.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.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210428"
25
+ REVISION = "20210610"
26
26
  end
27
27
  end
28
28
  end
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.5.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-06-28 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.3'
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.3'
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.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.5.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: []