google-apis-androidmanagement_v1 0.86.0 → 0.87.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32a81ecf32d1abd7233fe976e88e1cd022d3384f748a85e65262ee2ed68cf601
|
4
|
+
data.tar.gz: b2d8dfba70771118b5b8397571e259ace8290f1827ed3709ba9a36daeccd21c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb5d4816fd837906e60feea6d400d3d487c7458d6c75c79a7312fcf0602622fa5c4fd10f783318d0ee655f6643c6b6fbc8dd53d2af921d3828e3149f043059ce
|
7
|
+
data.tar.gz: 4ef9d26b7bee733e054827e17a04e97ff09e41b4baefc32494ca32cc62e9e28cf3a3ac8b806cb922fcb5682484d904eb97b53be284de95f3293a6567c5575d3e
|
data/CHANGELOG.md
CHANGED
@@ -2257,6 +2257,11 @@ module Google
|
|
2257
2257
|
# @return [String]
|
2258
2258
|
attr_accessor :enterprise_display_name
|
2259
2259
|
|
2260
|
+
# Output only. The type of the enterprise.
|
2261
|
+
# Corresponds to the JSON property `enterpriseType`
|
2262
|
+
# @return [String]
|
2263
|
+
attr_accessor :enterprise_type
|
2264
|
+
|
2260
2265
|
# Contains settings for Google-provided user authentication.
|
2261
2266
|
# Corresponds to the JSON property `googleAuthenticationSettings`
|
2262
2267
|
# @return [Google::Apis::AndroidmanagementV1::GoogleAuthenticationSettings]
|
@@ -2268,6 +2273,16 @@ module Google
|
|
2268
2273
|
# @return [Google::Apis::AndroidmanagementV1::ExternalData]
|
2269
2274
|
attr_accessor :logo
|
2270
2275
|
|
2276
|
+
# Output only. The type of managed Google domain.
|
2277
|
+
# Corresponds to the JSON property `managedGoogleDomainType`
|
2278
|
+
# @return [String]
|
2279
|
+
attr_accessor :managed_google_domain_type
|
2280
|
+
|
2281
|
+
# Output only. The type of a managed Google Play Accounts enterprise.
|
2282
|
+
# Corresponds to the JSON property `managedGooglePlayAccountsEnterpriseType`
|
2283
|
+
# @return [String]
|
2284
|
+
attr_accessor :managed_google_play_accounts_enterprise_type
|
2285
|
+
|
2271
2286
|
# The name of the enterprise which is generated by the server during creation,
|
2272
2287
|
# in the form enterprises/`enterpriseId`.
|
2273
2288
|
# Corresponds to the JSON property `name`
|
@@ -2310,8 +2325,11 @@ module Google
|
|
2310
2325
|
@contact_info = args[:contact_info] if args.key?(:contact_info)
|
2311
2326
|
@enabled_notification_types = args[:enabled_notification_types] if args.key?(:enabled_notification_types)
|
2312
2327
|
@enterprise_display_name = args[:enterprise_display_name] if args.key?(:enterprise_display_name)
|
2328
|
+
@enterprise_type = args[:enterprise_type] if args.key?(:enterprise_type)
|
2313
2329
|
@google_authentication_settings = args[:google_authentication_settings] if args.key?(:google_authentication_settings)
|
2314
2330
|
@logo = args[:logo] if args.key?(:logo)
|
2331
|
+
@managed_google_domain_type = args[:managed_google_domain_type] if args.key?(:managed_google_domain_type)
|
2332
|
+
@managed_google_play_accounts_enterprise_type = args[:managed_google_play_accounts_enterprise_type] if args.key?(:managed_google_play_accounts_enterprise_type)
|
2315
2333
|
@name = args[:name] if args.key?(:name)
|
2316
2334
|
@primary_color = args[:primary_color] if args.key?(:primary_color)
|
2317
2335
|
@pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic)
|
@@ -4282,7 +4300,8 @@ module Google
|
|
4282
4300
|
attr_accessor :add_user_disabled
|
4283
4301
|
alias_method :add_user_disabled?, :add_user_disabled
|
4284
4302
|
|
4285
|
-
# Whether adjusting the master volume is disabled. Also mutes the device.
|
4303
|
+
# Whether adjusting the master volume is disabled. Also mutes the device. The
|
4304
|
+
# setting has effect only on fully managed devices.
|
4286
4305
|
# Corresponds to the JSON property `adjustVolumeDisabled`
|
4287
4306
|
# @return [Boolean]
|
4288
4307
|
attr_accessor :adjust_volume_disabled
|
@@ -4743,7 +4762,8 @@ module Google
|
|
4743
4762
|
attr_accessor :screen_capture_disabled
|
4744
4763
|
alias_method :screen_capture_disabled?, :screen_capture_disabled
|
4745
4764
|
|
4746
|
-
# Whether changing the user icon is disabled.
|
4765
|
+
# Whether changing the user icon is disabled. The setting has effect only on
|
4766
|
+
# fully managed devices.
|
4747
4767
|
# Corresponds to the JSON property `setUserIconDisabled`
|
4748
4768
|
# @return [Boolean]
|
4749
4769
|
attr_accessor :set_user_icon_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.87.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250213"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1395,10 +1395,13 @@ module Google
|
|
1395
1395
|
|
1396
1396
|
collection :enabled_notification_types, as: 'enabledNotificationTypes'
|
1397
1397
|
property :enterprise_display_name, as: 'enterpriseDisplayName'
|
1398
|
+
property :enterprise_type, as: 'enterpriseType'
|
1398
1399
|
property :google_authentication_settings, as: 'googleAuthenticationSettings', class: Google::Apis::AndroidmanagementV1::GoogleAuthenticationSettings, decorator: Google::Apis::AndroidmanagementV1::GoogleAuthenticationSettings::Representation
|
1399
1400
|
|
1400
1401
|
property :logo, as: 'logo', class: Google::Apis::AndroidmanagementV1::ExternalData, decorator: Google::Apis::AndroidmanagementV1::ExternalData::Representation
|
1401
1402
|
|
1403
|
+
property :managed_google_domain_type, as: 'managedGoogleDomainType'
|
1404
|
+
property :managed_google_play_accounts_enterprise_type, as: 'managedGooglePlayAccountsEnterpriseType'
|
1402
1405
|
property :name, as: 'name'
|
1403
1406
|
property :primary_color, as: 'primaryColor'
|
1404
1407
|
property :pubsub_topic, as: 'pubsubTopic'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.87.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.87.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Android Management API V1
|
79
79
|
test_files: []
|