google-apis-androidmanagement_v1 0.23.0 → 0.27.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 +4 -4
- data/CHANGELOG.md +17 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/androidmanagement_v1/classes.rb +27 -13
- data/lib/google/apis/androidmanagement_v1/gem_version.rb +3 -3
- data/lib/google/apis/androidmanagement_v1/representations.rb +2 -0
- data/lib/google/apis/androidmanagement_v1/service.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa1deced7920248626006052717768c6bb49d35670b113d2dead969a4a9181b1
|
4
|
+
data.tar.gz: '08eab70e4572d261363ad2a28c28ba2f04032a79aeae67416721355e0ed702f4'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfe604d327e583c3443fdc2eca4d4991edcefcb91886bcc7b79c37c2721262a65bfb204a64f2ddae6886b715bbfdc9107a59737b6d06a52c3bba62bab1c78e68
|
7
|
+
data.tar.gz: 7e035dce47ec7ea1dd1587379a1576c52f4d09ef3d3b36d34e753e0bc167e5cdd9ba113bea8ae72defa70e3474f90b1cc7768f6630cfc419a3c015d54a97360a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
2
2
|
|
3
|
+
### v0.27.0 (2022-02-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220207
|
6
|
+
|
7
|
+
### v0.26.0 (2022-02-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220131
|
10
|
+
* Regenerated using generator version 0.4.1
|
11
|
+
|
12
|
+
### v0.25.0 (2022-01-11)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220104
|
15
|
+
|
16
|
+
### v0.24.0 (2021-12-14)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
3
20
|
### v0.23.0 (2021-12-02)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20211122
|
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.
|
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/`
|
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]
|
@@ -840,10 +840,10 @@ module Google
|
|
840
840
|
# day and time zone are either specified elsewhere or are insignificant. The
|
841
841
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
842
842
|
# following: A full date, with non-zero year, month, and day values A month and
|
843
|
-
# day
|
844
|
-
#
|
845
|
-
#
|
846
|
-
# protobuf.Timestamp
|
843
|
+
# day, with a zero year (e.g., an anniversary) A year on its own, with a zero
|
844
|
+
# month and a zero day A year and month, with a zero day (e.g., a credit card
|
845
|
+
# expiration date)Related types: * google.type.TimeOfDay * google.type.DateTime *
|
846
|
+
# google.protobuf.Timestamp
|
847
847
|
class Date
|
848
848
|
include Google::Apis::Core::Hashable
|
849
849
|
|
@@ -1534,10 +1534,10 @@ module Google
|
|
1534
1534
|
# day and time zone are either specified elsewhere or are insignificant. The
|
1535
1535
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
1536
1536
|
# following: A full date, with non-zero year, month, and day values A month and
|
1537
|
-
# day
|
1538
|
-
#
|
1539
|
-
#
|
1540
|
-
# protobuf.Timestamp
|
1537
|
+
# day, with a zero year (e.g., an anniversary) A year on its own, with a zero
|
1538
|
+
# month and a zero day A year and month, with a zero day (e.g., a credit card
|
1539
|
+
# expiration date)Related types: * google.type.TimeOfDay * google.type.DateTime *
|
1540
|
+
# google.protobuf.Timestamp
|
1541
1541
|
# Corresponds to the JSON property `endDate`
|
1542
1542
|
# @return [Google::Apis::AndroidmanagementV1::Date]
|
1543
1543
|
attr_accessor :end_date
|
@@ -1546,10 +1546,10 @@ module Google
|
|
1546
1546
|
# day and time zone are either specified elsewhere or are insignificant. The
|
1547
1547
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
1548
1548
|
# following: A full date, with non-zero year, month, and day values A month and
|
1549
|
-
# day
|
1550
|
-
#
|
1551
|
-
#
|
1552
|
-
# protobuf.Timestamp
|
1549
|
+
# day, with a zero year (e.g., an anniversary) A year on its own, with a zero
|
1550
|
+
# month and a zero day A year and month, with a zero day (e.g., a credit card
|
1551
|
+
# expiration date)Related types: * google.type.TimeOfDay * google.type.DateTime *
|
1552
|
+
# google.protobuf.Timestamp
|
1553
1553
|
# Corresponds to the JSON property `startDate`
|
1554
1554
|
# @return [Google::Apis::AndroidmanagementV1::Date]
|
1555
1555
|
attr_accessor :start_date
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220207"
|
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.
|
904
|
-
#
|
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.
|
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:
|
11
|
+
date: 2022-02-21 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.27.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.
|
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
|