google-apis-androidmanagement_v1 0.71.0 → 0.73.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b49fdabeb61f79f088ee6a0ae5563a9cf69160691f2a32eb52499360bbf5083
4
- data.tar.gz: 1776f8c1dc2cdd014e544cfa8a941c8a2ecd360456840560f75afd54d46d38fa
3
+ metadata.gz: b1caf32baad62cb3c5c7789b2d5de9c4dceaa9451ed906a0d1f9be38086b956f
4
+ data.tar.gz: c40a7d833fa55fddc0918d8d6f8c8c9c9a08a2112be019bc3bbc151bc0774878
5
5
  SHA512:
6
- metadata.gz: d45d10a2720a9984b341b5e41246b47eab0eec375f93792b8914f0efebc36642a4c6cae60484c05d95d98715b352a30e17e017d1412f991395c4dbdd0d91baf8
7
- data.tar.gz: 6e26cbde2322d1af9e36e93a09392efef7eb718ef9b1178fbb30cfe8d66f846f1200733137274a296b1415cd51c75fe8ac319fe9a261dc00a70bbdbcee5bba4f
6
+ metadata.gz: ccfd1cda7098637af69ccf41733c76265e9899c445d37c5019d55d316068fb2fa1f93bd8d4e6893f6f580b2b74cdf7528a7ec1bd65b9d8b68bdeefa4070003a4
7
+ data.tar.gz: e77dc9f90508e7b2c77a54747449251ab89bde55aa10a034aea6d169671c049c541e905e53346faa1801230caca04ccc73cb18f0221708165e254fa290fb933f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.73.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240416
6
+
7
+ ### v0.72.0 (2024-03-03)
8
+
9
+ * Regenerated from discovery document revision 20240221
10
+
3
11
  ### v0.71.0 (2024-02-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20240213
@@ -598,9 +598,8 @@ module Google
598
598
  # placed into the restricted App Standby Bucket (https://developer.android.com/
599
599
  # topic/performance/appstandby#restricted-bucket). Extensions apps are also
600
600
  # protected against users clearing their data or force-closing the application,
601
- # although admins can continue to use the clear app data command (https://
602
- # developer.android.com/management/reference/rest/v1/enterprises.devices/
603
- # issueCommand#CommandType) on extension apps if needed for Android 13 and above.
601
+ # although admins can continue to use the clear app data command on extension
602
+ # apps if needed for Android 13 and above.
604
603
  # Corresponds to the JSON property `extensionConfig`
605
604
  # @return [Google::Apis::AndroidmanagementV1::ExtensionConfig]
606
605
  attr_accessor :extension_config
@@ -2259,9 +2258,8 @@ module Google
2259
2258
  # placed into the restricted App Standby Bucket (https://developer.android.com/
2260
2259
  # topic/performance/appstandby#restricted-bucket). Extensions apps are also
2261
2260
  # protected against users clearing their data or force-closing the application,
2262
- # although admins can continue to use the clear app data command (https://
2263
- # developer.android.com/management/reference/rest/v1/enterprises.devices/
2264
- # issueCommand#CommandType) on extension apps if needed for Android 13 and above.
2261
+ # although admins can continue to use the clear app data command on extension
2262
+ # apps if needed for Android 13 and above.
2265
2263
  class ExtensionConfig
2266
2264
  include Google::Apis::Core::Hashable
2267
2265
 
@@ -3446,7 +3444,8 @@ module Google
3446
3444
 
3447
3445
  # A token to initiate the migration of a device from being managed by a third-
3448
3446
  # party DPC to being managed by Android Management API. A migration token is
3449
- # valid only for a single device.
3447
+ # valid only for a single device. See the guide (https://developers.google.com/
3448
+ # android/management/dpc-migration) for more details.
3450
3449
  class MigrationToken
3451
3450
  include Google::Apis::Core::Hashable
3452
3451
 
@@ -4995,11 +4994,21 @@ module Google
4995
4994
  # @return [String]
4996
4995
  attr_accessor :enterprise
4997
4996
 
4997
+ # IMEI number of the GSM device. For example, A1000031212.
4998
+ # Corresponds to the JSON property `imei`
4999
+ # @return [String]
5000
+ attr_accessor :imei
5001
+
4998
5002
  # The management mode of the device or profile.
4999
5003
  # Corresponds to the JSON property `managementMode`
5000
5004
  # @return [String]
5001
5005
  attr_accessor :management_mode
5002
5006
 
5007
+ # MEID number of the CDMA device. For example, A00000292788E1.
5008
+ # Corresponds to the JSON property `meid`
5009
+ # @return [String]
5010
+ attr_accessor :meid
5011
+
5003
5012
  # The model of the device. For example, Asus Nexus 7.
5004
5013
  # Corresponds to the JSON property `model`
5005
5014
  # @return [String]
@@ -5015,6 +5024,11 @@ module Google
5015
5024
  # @return [String]
5016
5025
  attr_accessor :ownership
5017
5026
 
5027
+ # The device serial number.
5028
+ # Corresponds to the JSON property `serialNumber`
5029
+ # @return [String]
5030
+ attr_accessor :serial_number
5031
+
5018
5032
  def initialize(**args)
5019
5033
  update!(**args)
5020
5034
  end
@@ -5024,10 +5038,13 @@ module Google
5024
5038
  @api_level = args[:api_level] if args.key?(:api_level)
5025
5039
  @brand = args[:brand] if args.key?(:brand)
5026
5040
  @enterprise = args[:enterprise] if args.key?(:enterprise)
5041
+ @imei = args[:imei] if args.key?(:imei)
5027
5042
  @management_mode = args[:management_mode] if args.key?(:management_mode)
5043
+ @meid = args[:meid] if args.key?(:meid)
5028
5044
  @model = args[:model] if args.key?(:model)
5029
5045
  @name = args[:name] if args.key?(:name)
5030
5046
  @ownership = args[:ownership] if args.key?(:ownership)
5047
+ @serial_number = args[:serial_number] if args.key?(:serial_number)
5031
5048
  end
5032
5049
  end
5033
5050
 
@@ -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.71.0"
19
+ GEM_VERSION = "0.73.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240213"
25
+ REVISION = "20240416"
26
26
  end
27
27
  end
28
28
  end
@@ -2017,10 +2017,13 @@ module Google
2017
2017
  property :api_level, as: 'apiLevel'
2018
2018
  property :brand, as: 'brand'
2019
2019
  property :enterprise, as: 'enterprise'
2020
+ property :imei, as: 'imei'
2020
2021
  property :management_mode, as: 'managementMode'
2022
+ property :meid, as: 'meid'
2021
2023
  property :model, as: 'model'
2022
2024
  property :name, as: 'name'
2023
2025
  property :ownership, as: 'ownership'
2026
+ property :serial_number, as: 'serialNumber'
2024
2027
  end
2025
2028
  end
2026
2029
 
@@ -108,7 +108,10 @@ module Google
108
108
  execute_or_queue_command(command, &block)
109
109
  end
110
110
 
111
- # Deletes an enterprise. Only available for EMM-managed enterprises.
111
+ # Permanently deletes an enterprise and all accounts and data associated with it.
112
+ # Warning: this will result in a cascaded deletion of all AM API devices
113
+ # associated with the deleted enterprise. Only available for EMM-managed
114
+ # enterprises.
112
115
  # @param [String] name
113
116
  # The name of the enterprise in the form enterprises/`enterpriseId`.
114
117
  # @param [String] fields
@@ -722,10 +725,12 @@ module Google
722
725
 
723
726
  # Creates a migration token, to migrate an existing device from being managed by
724
727
  # the EMM's Device Policy Controller (DPC) to being managed by the Android
725
- # Management API.
728
+ # Management API. See the guide (https://developers.google.com/android/
729
+ # management/dpc-migration) for more details.
726
730
  # @param [String] parent
727
- # Required. The enterprise in which this migration token will be created. Format:
728
- # enterprises/`enterprise`
731
+ # Required. The enterprise in which this migration token is created. This must
732
+ # be the same enterprise which already manages the device in the Play EMM API.
733
+ # Format: enterprises/`enterprise`
729
734
  # @param [Google::Apis::AndroidmanagementV1::MigrationToken] migration_token_object
730
735
  # @param [String] fields
731
736
  # Selector specifying which fields to include in a partial response.
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.71.0
4
+ version: 0.73.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-04-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.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.73.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: []