google-apis-androidmanagement_v1 0.38.0 → 0.41.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: 00fc3fb1d477c70a9ac1f07bf89773b408ae9697ba00c3215a4ba0ae8e61e5dc
4
- data.tar.gz: f4cf8d8e0ffaf76d72a3fd7bed6fb2f9cfd21a68a98ccf50bb75f71d84d8b456
3
+ metadata.gz: c519548fd274f6222d6740d9feae0b505e5079e249e5359c0f201f0a1c349d64
4
+ data.tar.gz: 57159f25a25c3873cf60d4221b6a756a487ac7321394532aea0e59b7c97617a2
5
5
  SHA512:
6
- metadata.gz: 3c2e5227a9b92819377e4d4c276dd3d273ed949b2531e09160ddc26db4d51647f1248d9f78c471d2526a8fa4e1ac0ec6f2d775bc592f7507f664e36468fd35db
7
- data.tar.gz: fc89e761221d25979ef83d436f87e49cfd55ed8f57be29a802f9b71e986a9e492fcc1d5970669e5df54ffa84f831c397c6d2620463370b24a13afb35b3507955
6
+ metadata.gz: 830cf4601019aec50b262bb5166713c6d914ca3b706f3d6eb823ac7678c3a69549494bfb92faed836f3ae31f8fd06158848b07542398963aae73c21d18b8e634
7
+ data.tar.gz: f3fa6b35aa70c90e597fe1b42d84875ddb1d0a46c339dd91b2f96cc5825f3bf595bd7db1e19200522a4b00a5aca53503cb2ff92ba6bca4e86dbc93b59fd5abb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.41.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220823
6
+
7
+ ### v0.40.0 (2022-07-13)
8
+
9
+ * Regenerated from discovery document revision 20220704
10
+
11
+ ### v0.39.0 (2022-07-05)
12
+
13
+ * Regenerated from discovery document revision 20220627
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.38.0 (2022-06-30)
4
17
 
5
18
  * Regenerated using generator version 0.8.0
@@ -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
@@ -2120,7 +2126,9 @@ module Google
2120
2126
  # period will start or end on Feb. 28th instead. * When a device’s system clock
2121
2127
  # reads Feb. 29th, it’s treated as Feb. 28th. * When calculating the number of
2122
2128
  # days in a freeze period or the time between two freeze periods, Feb. 29th is
2123
- # ignored and not counted as a day.
2129
+ # ignored and not counted as a day.Note: For Freeze Periods to take effect,
2130
+ # SystemUpdateType cannot be specified as SYSTEM_UPDATE_TYPE_UNSPECIFIED,
2131
+ # because freeze periods require a defined policy to be specified.
2124
2132
  class FreezePeriod
2125
2133
  include Google::Apis::Core::Hashable
2126
2134
 
@@ -4211,7 +4219,8 @@ module Google
4211
4219
  # @return [Google::Apis::AndroidmanagementV1::UsageLog]
4212
4220
  attr_accessor :usage_log
4213
4221
 
4214
- # Whether transferring files over USB is disabled.
4222
+ # Whether transferring files over USB is disabled. This is supported only on
4223
+ # company-owned devices.
4215
4224
  # Corresponds to the JSON property `usbFileTransferDisabled`
4216
4225
  # @return [Boolean]
4217
4226
  attr_accessor :usb_file_transfer_disabled
@@ -5218,8 +5227,8 @@ module Google
5218
5227
  # @return [Google::Apis::AndroidmanagementV1::RemoteLockEvent]
5219
5228
  attr_accessor :remote_lock_event
5220
5229
 
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.
5230
+ # The work profile or company-owned device failed to wipe when requested. This
5231
+ # could be user initiated or admin initiated e.g. delete was received.
5223
5232
  # Intentionally empty.
5224
5233
  # Corresponds to the JSON property `wipeFailureEvent`
5225
5234
  # @return [Google::Apis::AndroidmanagementV1::WipeFailureEvent]
@@ -5475,8 +5484,8 @@ module Google
5475
5484
  end
5476
5485
  end
5477
5486
 
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.
5487
+ # The work profile or company-owned device failed to wipe when requested. This
5488
+ # could be user initiated or admin initiated e.g. delete was received.
5480
5489
  # Intentionally empty.
5481
5490
  class WipeFailureEvent
5482
5491
  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.38.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.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 = "20220823"
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.38.0
4
+ version: 0.41.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-04 00:00:00.000000000 Z
11
+ date: 2022-09-05 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.41.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: []