google-apis-androidmanagement_v1 0.39.0 → 0.40.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: a073db41e0aee946b07e3ff8af03c3f059b2478f4e873e4fc0ba1e8e12b20e1d
4
- data.tar.gz: 62037d9064677d8c732a84652f6bc162b9aa0067870afb491199d73485a6e813
3
+ metadata.gz: 55a8db84aed55feff12cbfe06a5a3cfa1722de202fbb25a01ea8bbd4e2c67d49
4
+ data.tar.gz: f03f66fd755f213ed535b6480ca0d2ff318a67df97735725b6177727e90492f0
5
5
  SHA512:
6
- metadata.gz: 77b3fe65993d4d54ddac9b113e4154351a1c90fa73958c93ca1470238b1fbaafdc1a511a808c644df82c33f33abbeca82d1f28092670a4cc86d73021af4adfe0
7
- data.tar.gz: 9d65f3dc498fb4a2fcabd7ed35bf507e37aba19e5deca50135455cb9e1ea4bb07d6303ca0c42b96f1cc742a75cb6b4cce22d410ac2be43bc2b368ed78eb2e5b1
6
+ metadata.gz: 66f863b96020c41afef224124c57f20dc6094cedb32a9fd80acc48bc39c07652184e6292e29a364c66fbf04934a7687791ab2c3ed81aa4694a2bddce3160757c
7
+ data.tar.gz: e7b032c1c7fc237712e1f71cf74d1c261c4ca94edc250daa335bde884887d6813c7aedfe98a7c4267ad5ad02b5a3fbf39626c5f51f2efc60e04d139a664fe1fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.40.0 (2022-07-13)
4
+
5
+ * Regenerated from discovery document revision 20220704
6
+
3
7
  ### v0.39.0 (2022-07-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20220627
@@ -1852,8 +1852,14 @@ module Google
1852
1852
  # @return [String]
1853
1853
  attr_accessor :allow_personal_usage
1854
1854
 
1855
- # The length of time the enrollment token is valid, ranging from 1 minute to 90
1856
- # days. If not specified, the default duration is 1 hour.
1855
+ # The length of time the enrollment token is valid, ranging from 1 minute to
1856
+ # Durations.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/
1857
+ # reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE),
1858
+ # approximately 10,000 years. If not specified, the default duration is 1 hour.
1859
+ # Please note that if requested duration causes the resulting
1860
+ # expiration_timestamp to exceed Timestamps.MAX_VALUE (https://developers.google.
1861
+ # com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Timestamps.
1862
+ # html#MAX_VALUE), then expiration_timestamp is coerced to Timestamps.MAX_VALUE.
1857
1863
  # Corresponds to the JSON property `duration`
1858
1864
  # @return [String]
1859
1865
  attr_accessor :duration
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidmanagementV1
18
18
  # Version of the google-apis-androidmanagement_v1 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220627"
25
+ REVISION = "20220704"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.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: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-07-18 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-androidmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []