google-apis-androidmanagement_v1 0.24.0 → 0.25.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: 86f413a244aa7f035922199b48a736ff929bed8d13286d3b4f288635768a9065
4
- data.tar.gz: '097e2dc95ad4f6ee58b2354f203d5f2f6cfd8a0f6d1e9ef14d448ef712575e4c'
3
+ metadata.gz: 5ca5cc1a030ad79a345cd7fdc54751874c344b5bc63e9f6da94620a4bde2037b
4
+ data.tar.gz: 8605d9e420c5bd0bd1583ddc98bab0e7e63e9645a4e1a202da3336061160bcec
5
5
  SHA512:
6
- metadata.gz: be497682acaadae1556be27e103d277e544086a7d3fa705c03652dd3b54e3e79a3de006721aaec851857a5648e74bbe6cc33ca8a77c4548aa06fcf89ff7df921
7
- data.tar.gz: 9be7fdcac0de0c661a76d6707202d5df30edd68482f8cf96139cfcabd4be1219475e4d6bc46e9c9381d8c9d0570bf2fe733924ffb71505aa644c031fff9647ed
6
+ metadata.gz: dcb17ee564b8bb9b18d76513e3e5a8f2cb2589a671e083b41ed93aa9f0784300969959465a15404aa6ba19f148d09ef3a3a587fb3d5c81252338a89f5f91ac19
7
+ data.tar.gz: 63303421a75a1fdf3cbd323137260b043fb51e4f15a3a846b1c37027d084c58e988b0d19dec98d9dee5b9fc404e80793b53dde205cfef2c6754b0b6d8fe09985
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.25.0 (2022-01-11)
4
+
5
+ * Regenerated from discovery document revision 20220104
6
+
3
7
  ### v0.24.0 (2021-12-14)
4
8
 
5
9
  * Unspecified changes
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211122"
25
+ REVISION = "20220104"
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'
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.24.0
4
+ version: 0.25.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-17 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.25.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.3.4
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