google-apis-androidmanagement_v1 0.22.0 → 0.26.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: 7c2e13164e21a5cb743fe2601344bd3b878ed7c86709ef9144c599ba0eb7b1e2
4
- data.tar.gz: 443760536c0c13f8e0bb22da69d6013bdd35ee1c666461023e9fd38d17674338
3
+ metadata.gz: 32b7c1e35adc545700f564e42e23219192ac1403c3b36ec15406bdbc0f4703f8
4
+ data.tar.gz: 16d05e3c28a3d2bb7dbf9061ed8454144ed2c151026a42b31cdc9a4fd6b2ebac
5
5
  SHA512:
6
- metadata.gz: 10a70b079b185f3e23fd546f83092a004264b439ed13ebc4f7cfd3ff7b7fc10e28b5adc5db03ca5660e73c5df63f06935fa967019919ddcd24616da26dfad273
7
- data.tar.gz: 3386badc17d5beea1e52540d773d943fbfe379df2ffc245ab612ffb8397bf57a2b961ec958c1c61c34c1cf9951cf279a74f78ed7c59141aca80f2114ccb645d2
6
+ metadata.gz: 88b899c015ace1d8bab6e647db5719b130c3056cdf3160f53f37144c176fd27fe0f0f2c39768883c6b876ee1604ffe34b7a611576b1a6fd7e85b30055c4cd4d3
7
+ data.tar.gz: 256d2248440d5f8e23c566cab4eb74db7b3257240393398f3b1cf4f181e38f09a2e7d14d9556431fa5b25af01490d0bef3526cd56620b20c652df70f36d5c048
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.26.0 (2022-02-08)
4
+
5
+ * Regenerated from discovery document revision 20220131
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.25.0 (2022-01-11)
9
+
10
+ * Regenerated from discovery document revision 20220104
11
+
12
+ ### v0.24.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.23.0 (2021-12-02)
17
+
18
+ * Regenerated from discovery document revision 20211122
19
+
3
20
  ### v0.22.0 (2021-11-09)
4
21
 
5
22
  * Regenerated from discovery document revision 20211101
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/androidmanagement_v1"
51
51
  client = Google::Apis::AndroidmanagementV1::AndroidManagementService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -171,7 +171,7 @@ module Google
171
171
  # @return [Array<Google::Apis::AndroidmanagementV1::ManagedProperty>]
172
172
  attr_accessor :managed_properties
173
173
 
174
- # The name of the app in the form enterprises/`enterpriseId`/applications/`
174
+ # The name of the app in the form enterprises/`enterprise`/applications/`
175
175
  # package_name`.
176
176
  # Corresponds to the JSON property `name`
177
177
  # @return [String]
@@ -2761,6 +2761,12 @@ module Google
2761
2761
  attr_accessor :bluetooth_disabled
2762
2762
  alias_method :bluetooth_disabled?, :bluetooth_disabled
2763
2763
 
2764
+ # Controls the use of the camera and whether the user has access to the camera
2765
+ # access toggle.
2766
+ # Corresponds to the JSON property `cameraAccess`
2767
+ # @return [String]
2768
+ attr_accessor :camera_access
2769
+
2764
2770
  # Whether all cameras on the device are disabled.
2765
2771
  # Corresponds to the JSON property `cameraDisabled`
2766
2772
  # @return [Boolean]
@@ -2915,6 +2921,12 @@ module Google
2915
2921
  # @return [Fixnum]
2916
2922
  attr_accessor :maximum_time_to_lock
2917
2923
 
2924
+ # Controls the use of the microphone and whether the user has access to the
2925
+ # microphone access toggle. This applies only on fully managed devices.
2926
+ # Corresponds to the JSON property `microphoneAccess`
2927
+ # @return [String]
2928
+ attr_accessor :microphone_access
2929
+
2918
2930
  # The minimum allowed Android API level.
2919
2931
  # Corresponds to the JSON property `minimumApiLevel`
2920
2932
  # @return [Fixnum]
@@ -3225,6 +3237,7 @@ module Google
3225
3237
  @bluetooth_config_disabled = args[:bluetooth_config_disabled] if args.key?(:bluetooth_config_disabled)
3226
3238
  @bluetooth_contact_sharing_disabled = args[:bluetooth_contact_sharing_disabled] if args.key?(:bluetooth_contact_sharing_disabled)
3227
3239
  @bluetooth_disabled = args[:bluetooth_disabled] if args.key?(:bluetooth_disabled)
3240
+ @camera_access = args[:camera_access] if args.key?(:camera_access)
3228
3241
  @camera_disabled = args[:camera_disabled] if args.key?(:camera_disabled)
3229
3242
  @cell_broadcasts_config_disabled = args[:cell_broadcasts_config_disabled] if args.key?(:cell_broadcasts_config_disabled)
3230
3243
  @choose_private_key_rules = args[:choose_private_key_rules] if args.key?(:choose_private_key_rules)
@@ -3250,6 +3263,7 @@ module Google
3250
3263
  @location_mode = args[:location_mode] if args.key?(:location_mode)
3251
3264
  @long_support_message = args[:long_support_message] if args.key?(:long_support_message)
3252
3265
  @maximum_time_to_lock = args[:maximum_time_to_lock] if args.key?(:maximum_time_to_lock)
3266
+ @microphone_access = args[:microphone_access] if args.key?(:microphone_access)
3253
3267
  @minimum_api_level = args[:minimum_api_level] if args.key?(:minimum_api_level)
3254
3268
  @mobile_networks_config_disabled = args[:mobile_networks_config_disabled] if args.key?(:mobile_networks_config_disabled)
3255
3269
  @modify_accounts_disabled = args[:modify_accounts_disabled] if args.key?(:modify_accounts_disabled)
@@ -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.22.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211101"
25
+ REVISION = "20220131"
26
26
  end
27
27
  end
28
28
  end
@@ -1140,6 +1140,7 @@ module Google
1140
1140
  property :bluetooth_config_disabled, as: 'bluetoothConfigDisabled'
1141
1141
  property :bluetooth_contact_sharing_disabled, as: 'bluetoothContactSharingDisabled'
1142
1142
  property :bluetooth_disabled, as: 'bluetoothDisabled'
1143
+ property :camera_access, as: 'cameraAccess'
1143
1144
  property :camera_disabled, as: 'cameraDisabled'
1144
1145
  property :cell_broadcasts_config_disabled, as: 'cellBroadcastsConfigDisabled'
1145
1146
  collection :choose_private_key_rules, as: 'choosePrivateKeyRules', class: Google::Apis::AndroidmanagementV1::ChoosePrivateKeyRule, decorator: Google::Apis::AndroidmanagementV1::ChoosePrivateKeyRule::Representation
@@ -1171,6 +1172,7 @@ module Google
1171
1172
  property :long_support_message, as: 'longSupportMessage', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
1172
1173
 
1173
1174
  property :maximum_time_to_lock, :numeric_string => true, as: 'maximumTimeToLock'
1175
+ property :microphone_access, as: 'microphoneAccess'
1174
1176
  property :minimum_api_level, as: 'minimumApiLevel'
1175
1177
  property :mobile_networks_config_disabled, as: 'mobileNetworksConfigDisabled'
1176
1178
  property :modify_accounts_disabled, as: 'modifyAccountsDisabled'
@@ -900,8 +900,8 @@ module Google
900
900
  # @param [String] parent
901
901
  # The name of the enterprise in the form enterprises/`enterpriseId`.
902
902
  # @param [Fixnum] page_size
903
- # The requested page size. The actual page size may be fixed to a min or max
904
- # value.
903
+ # The requested page size. This is a hint and the actual page size in the
904
+ # response may be different.
905
905
  # @param [String] page_token
906
906
  # A token identifying a page of results returned by the server.
907
907
  # @param [String] fields
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.22.0
4
+ version: 0.26.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: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2022-02-14 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.26.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: []
@@ -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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Android Management API V1