google-apis-androidmanagement_v1 0.37.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: d27834a022ba9a454ac4200da488e6f073112e6adc1c79176b7b3de7c33e0c2d
4
- data.tar.gz: b015e00ed305092734a43848a717d8c73def982f03087d58b7508e67b131bea0
3
+ metadata.gz: 55a8db84aed55feff12cbfe06a5a3cfa1722de202fbb25a01ea8bbd4e2c67d49
4
+ data.tar.gz: f03f66fd755f213ed535b6480ca0d2ff318a67df97735725b6177727e90492f0
5
5
  SHA512:
6
- metadata.gz: dbf63adbc640fe80719a97283a932909be11e9f790a9e9d3aad395b94c2a967f3a49e9eb65ab7fbd85fe4c04e47c8cfbd660da2ed2506e1cc5ef1b15c64ee810
7
- data.tar.gz: 7a6a2feb4862166915c671be567b9d716b0ec84c7587243e16785a1de8b30b2e0df8d63ecb17eefdebfad05dd2a5f83802f8fad7870afb8a411db7d06f4e8374
6
+ metadata.gz: 66f863b96020c41afef224124c57f20dc6094cedb32a9fd80acc48bc39c07652184e6292e29a364c66fbf04934a7687791ab2c3ed81aa4694a2bddce3160757c
7
+ data.tar.gz: e7b032c1c7fc237712e1f71cf74d1c261c4ca94edc250daa335bde884887d6813c7aedfe98a7c4267ad5ad02b5a3fbf39626c5f51f2efc60e04d139a664fe1fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.39.0 (2022-07-05)
8
+
9
+ * Regenerated from discovery document revision 20220627
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.38.0 (2022-06-30)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.37.0 (2022-06-21)
4
17
 
5
18
  * Regenerated from discovery document revision 20220613
@@ -173,10 +173,10 @@ module Google
173
173
  # @return [String]
174
174
  attr_accessor :apk_sha256_hash
175
175
 
176
- # Package names of all packages that are associated with the particular user id.
176
+ # Package names of all packages that are associated with the particular user ID.
177
177
  # In most cases, this will be a single package name, the package that has been
178
- # assigned that user id. If multiple application share a uid then all packages
179
- # sharing uid will be included.
178
+ # assigned that user ID. If multiple application share a UID then all packages
179
+ # sharing UID will be included.
180
180
  # Corresponds to the JSON property `packageNames`
181
181
  # @return [Array<String>]
182
182
  attr_accessor :package_names
@@ -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
@@ -5218,8 +5224,8 @@ module Google
5218
5224
  # @return [Google::Apis::AndroidmanagementV1::RemoteLockEvent]
5219
5225
  attr_accessor :remote_lock_event
5220
5226
 
5221
- # The work profile or company-owned device failed to wipe when when requested.
5222
- # This could be user initiated or admin initiated e.g. delete was received.
5227
+ # The work profile or company-owned device failed to wipe when requested. This
5228
+ # could be user initiated or admin initiated e.g. delete was received.
5223
5229
  # Intentionally empty.
5224
5230
  # Corresponds to the JSON property `wipeFailureEvent`
5225
5231
  # @return [Google::Apis::AndroidmanagementV1::WipeFailureEvent]
@@ -5475,8 +5481,8 @@ module Google
5475
5481
  end
5476
5482
  end
5477
5483
 
5478
- # The work profile or company-owned device failed to wipe when when requested.
5479
- # This could be user initiated or admin initiated e.g. delete was received.
5484
+ # The work profile or company-owned device failed to wipe when requested. This
5485
+ # could be user initiated or admin initiated e.g. delete was received.
5480
5486
  # Intentionally empty.
5481
5487
  class WipeFailureEvent
5482
5488
  include Google::Apis::Core::Hashable
@@ -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.37.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220613"
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.37.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-06-27 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.37.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: []