google-apis-androidenterprise_v1 0.26.0 → 0.27.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: eacb1f689bf80de7a5e8de002c0790eb27ea2442339872f4ebdb546f77123ff4
4
- data.tar.gz: 56476133e83e4d72fa5f8e76a1a425a98f22de460b66691231025adaf5c5c837
3
+ metadata.gz: f1c5119c5539d3a17b1ee8b10c8266c4ce2ef128247a1b3d0816fbb0fde25e40
4
+ data.tar.gz: 85fe41df1ca867ce333d5c357653a3eca96df95ded499fe073a423ccddabae14
5
5
  SHA512:
6
- metadata.gz: 14dd27e164bb76c4187215d648a4512b03b7e399aa6733a0f0734c3fb94498cb62e1390bdeb6aa251c6cf83b2c2e888b715aece3c2ae8df278626788201f2678
7
- data.tar.gz: 39290d54b65a3e363b9425c56a212aa254efb937aa2ec75f98fd4664793a322dcd5a40a4d5f2084fe7f5d576adb0efe2d5134123fd8e97ce41647dba854fb5a8
6
+ metadata.gz: 1e639b1bc0ae3db09cc358f7de19607353d7b3cbfaf80da652d3cd84f1f36ceebe1105635e581810396c7902310cd4e48f0c7e381a62cf02d9c88ab785caf598
7
+ data.tar.gz: 673ab00a8cdc56f53a838e10e6a1e1c263d0cd9b597c494004d8a9827a27a1657fb6a28f93f76a4272a3601278825b406d1c1c02a2831ada0c8f01e6fd8c4412
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidenterprise_v1
2
2
 
3
+ ### v0.27.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231113
6
+
3
7
  ### v0.26.0 (2023-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20231107
@@ -743,8 +743,7 @@ module Google
743
743
  # @return [Google::Apis::AndroidenterpriseV1::DeviceReport]
744
744
  attr_accessor :report
745
745
 
746
- # Retail brand for the device, if set. See https://developer.android.com/
747
- # reference/android/os/Build.html#BRAND
746
+ # Retail brand for the device, if set. See android.os.Build.BRAND
748
747
  # Corresponds to the JSON property `retailBrand`
749
748
  # @return [String]
750
749
  attr_accessor :retail_brand
@@ -1896,12 +1895,12 @@ module Google
1896
1895
  include Google::Apis::Core::Hashable
1897
1896
 
1898
1897
  # A longer description of the Permissions resource, giving more details of what
1899
- # it affects. This field may be absent.
1898
+ # it affects.
1900
1899
  # Corresponds to the JSON property `description`
1901
1900
  # @return [String]
1902
1901
  attr_accessor :description
1903
1902
 
1904
- # The name of the permission. This field may be absent.
1903
+ # The name of the permission.
1905
1904
  # Corresponds to the JSON property `name`
1906
1905
  # @return [String]
1907
1906
  attr_accessor :name
@@ -1927,12 +1926,13 @@ module Google
1927
1926
  class Policy
1928
1927
  include Google::Apis::Core::Hashable
1929
1928
 
1930
- # Recommended alternative: autoUpdateMode which is set per app, provides greater
1931
- # flexibility around update frequency. When autoUpdateMode is set to
1932
- # AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect. "
1933
- # choiceToTheUser" allows the device's user to configure the app update policy. "
1934
- # always" enables auto updates. "never" disables auto updates. "wifiOnly"
1935
- # enables auto updates only when the device is connected to wifi.
1929
+ # Controls when automatic app updates on the device can be applied. Recommended
1930
+ # alternative: autoUpdateMode which is set per app, provides greater flexibility
1931
+ # around update frequency. When autoUpdateMode is set to AUTO_UPDATE_POSTPONED
1932
+ # or AUTO_UPDATE_HIGH_PRIORITY, autoUpdatePolicy has no effect. "choiceToTheUser"
1933
+ # allows the device's user to configure the app update policy. "always" enables
1934
+ # auto updates. "never" disables auto updates. "wifiOnly" enables auto updates
1935
+ # only when the device is connected to wifi.
1936
1936
  # Corresponds to the JSON property `autoUpdatePolicy`
1937
1937
  # @return [String]
1938
1938
  attr_accessor :auto_update_policy
@@ -2285,7 +2285,9 @@ module Google
2285
2285
  # @return [Google::Apis::AndroidenterpriseV1::AutoInstallPolicy]
2286
2286
  attr_accessor :auto_install_policy
2287
2287
 
2288
- # The auto-update mode for the product.
2288
+ # The auto-update mode for the product. When autoUpdateMode is used, it always
2289
+ # takes precedence over the user's choice. So when a user makes changes to the
2290
+ # device settings manually, these changes are ignored.
2289
2291
  # Corresponds to the JSON property `autoUpdateMode`
2290
2292
  # @return [String]
2291
2293
  attr_accessor :auto_update_mode
@@ -2293,9 +2295,8 @@ module Google
2293
2295
  # An authentication URL configuration for the authenticator app of an identity
2294
2296
  # provider. This helps to launch the identity provider's authenticator app
2295
2297
  # during the authentication happening in a private app using Android WebView.
2296
- # Authenticator app should already be the [default handler](https://developer.
2297
- # android.com/training/app-links/verify-site-associations) for the
2298
- # authentication url on the device.
2298
+ # Authenticator app should already be the default handler for the authentication
2299
+ # url on the device.
2299
2300
  # Corresponds to the JSON property `enterpriseAuthenticationAppLinkConfigs`
2300
2301
  # @return [Array<Google::Apis::AndroidenterpriseV1::EnterpriseAuthenticationAppLinkConfig>]
2301
2302
  attr_accessor :enterprise_authentication_app_link_configs
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231107"
25
+ REVISION = "20231113"
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-androidenterprise_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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: 2023-11-12 00:00:00.000000000 Z
11
+ date: 2023-11-19 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-androidenterprise_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
63
63
  post_install_message:
64
64
  rdoc_options: []