google-apis-androidenterprise_v1 0.26.0 → 0.28.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: aa43cdaf4a7006944457211c04896d5c0ad6356a7624f60c1313f54b9f369590
4
+ data.tar.gz: 77b07ab9b9c8b6d08fca5625340199825d83f8bcb206c938bf4d176bf8fa1416
5
5
  SHA512:
6
- metadata.gz: 14dd27e164bb76c4187215d648a4512b03b7e399aa6733a0f0734c3fb94498cb62e1390bdeb6aa251c6cf83b2c2e888b715aece3c2ae8df278626788201f2678
7
- data.tar.gz: 39290d54b65a3e363b9425c56a212aa254efb937aa2ec75f98fd4664793a322dcd5a40a4d5f2084fe7f5d576adb0efe2d5134123fd8e97ce41647dba854fb5a8
6
+ metadata.gz: dc791b24c7d1fce762d84cffa4b06d6ecd69e5853458d6d539f3e514096f8b7ac98a16545b7cc44c071802a2ecbc3834d7e3a12312146ba45ae5a24551884811
7
+ data.tar.gz: dcf4e6f252095a7cf8d2b4ae8bd340a371319d686745a23f550dc6e7db49352b77c3d6ed8cf4742d1c4c7566dab95db7b55d1673b766411e8bb4f0820e27dbbd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidenterprise_v1
2
2
 
3
+ ### v0.28.0 (2024-01-22)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
7
+ ### v0.27.0 (2023-11-19)
8
+
9
+ * Regenerated from discovery document revision 20231113
10
+
3
11
  ### v0.26.0 (2023-11-12)
4
12
 
5
13
  * 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.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.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
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://developers.google.com/android/work/play/emm-api
34
34
  class AndroidEnterpriseService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://androidenterprise.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://androidenterprise.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-androidenterprise_v1',
48
50
  client_version: Google::Apis::AndroidenterpriseV1::GEM_VERSION)
49
51
  @batch_path = 'batch'
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.28.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: 2024-01-23 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.11.0
19
+ version: 0.12.0
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.11.0
29
+ version: 0.12.0
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-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.28.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Play EMM API V1