google-apis-androidmanagement_v1 0.43.0 → 0.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b0d7c928d1815bac65b6c6adfa5884da481eb807e19c0f08c36621fbc37b0af
4
- data.tar.gz: 076faea82e6c4ecb6aa44b90e1dd386d3f4d10b3dd87290e9dc09b42ff6c0125
3
+ metadata.gz: e76f27740939767b0fada41c51a15d0de8f507b4b973185a47f12c3f9952d8c0
4
+ data.tar.gz: '093db99b1419cda6f1279ca8030f8539e5b2a14cf99a3fe7fdef9d559c773ec3'
5
5
  SHA512:
6
- metadata.gz: 545f6df0acd8749fcdcdbecf61dfcbcc3e036da86ec963459ed525139a04b38eeb1e1ce4387ef4092deab76d42076bdd7908a72fc1ebff189a1c558e27488dd9
7
- data.tar.gz: 62d1c49ac4c582256a05c58c939091ab13bbaaac95b5b0010cd61f66a095640bc46481079f5adb2278ba905aec605b0a5cfee10f07f2fb736c35a867e538c297
6
+ metadata.gz: deebcb1e3d648520e911f70fcab3f871a1473aca3446d37c6a92c652131c2d717c6fa5e4fb2774493106f0bb8126e8e0138c429e434fd55f5da5ebce881a43da
7
+ data.tar.gz: '0934686bfaae99633a8e4ea0c887bb58b7f8214bad36049bb1a379fd708404b19a1fb25bdfe6444c09e640edb2c0590acf4344589cfac9651f2dc649f1cc1e08'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.44.0 (2022-09-21)
4
+
5
+ * Regenerated from discovery document revision 20220912
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.43.0 (2022-09-17)
4
9
 
5
10
  * Unspecified changes
@@ -4138,7 +4138,8 @@ module Google
4138
4138
  # @return [Array<Google::Apis::AndroidmanagementV1::SetupAction>]
4139
4139
  attr_accessor :setup_actions
4140
4140
 
4141
- # Whether location sharing is disabled.
4141
+ # Whether location sharing is disabled. share_location_disabled is supported for
4142
+ # both fully managed devices and personally owned work profiles.
4142
4143
  # Corresponds to the JSON property `shareLocationDisabled`
4143
4144
  # @return [Boolean]
4144
4145
  attr_accessor :share_location_disabled
@@ -4245,7 +4246,7 @@ module Google
4245
4246
  attr_accessor :vpn_config_disabled
4246
4247
  alias_method :vpn_config_disabled?, :vpn_config_disabled
4247
4248
 
4248
- # Whether configuring Wi-Fi access points is disabled.Note: If a network
4249
+ # Whether configuring Wi-Fi access points is disabled. Note: If a network
4249
4250
  # connection can't be made at boot time and configuring Wi-Fi is disabled then
4250
4251
  # network escape hatch will be shown in order to refresh the device policy (see
4251
4252
  # networkEscapeHatchEnabled).
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220829"
25
+ REVISION = "20220912"
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.43.0
4
+ version: 0.44.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-09-19 00:00:00.000000000 Z
11
+ date: 2022-09-26 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.7.2
19
+ version: 0.9.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.7.2
29
+ version: 0.9.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-androidmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.44.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: []