google-apis-androidmanagement_v1 0.72.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: 572ceb938796aa137c9410328e9b0bf42d8b903a71c1dac982bb60f8e654c350
4
- data.tar.gz: a12f8dbae21731763634fcb217861fe2ef65d142d482833820c3c8ff0239d9d9
3
+ metadata.gz: b1caf32baad62cb3c5c7789b2d5de9c4dceaa9451ed906a0d1f9be38086b956f
4
+ data.tar.gz: c40a7d833fa55fddc0918d8d6f8c8c9c9a08a2112be019bc3bbc151bc0774878
5
5
  SHA512:
6
- metadata.gz: 9cc64dffb70f886c5903c43b95f12ea1c0ed90f8c1c8b6bf4ebfda6423f227ef6d6f1068f924d83dc81a9f3e8b8667f1afbb3cb5066e944c5741c95c56cdd1f7
7
- data.tar.gz: 1934d81c93c5b32df99866ea69aacaac85dababd3427ec29b728a8fab55c819835fb870e38387e0b9d9100fc8e4b7f87fbe3471fe34c8b7f9e5b446913591a9d
6
+ metadata.gz: ccfd1cda7098637af69ccf41733c76265e9899c445d37c5019d55d316068fb2fa1f93bd8d4e6893f6f580b2b74cdf7528a7ec1bd65b9d8b68bdeefa4070003a4
7
+ data.tar.gz: e77dc9f90508e7b2c77a54747449251ab89bde55aa10a034aea6d169671c049c541e905e53346faa1801230caca04ccc73cb18f0221708165e254fa290fb933f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.72.0 (2024-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20240221
@@ -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.72.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 = "20240221"
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
 
@@ -725,10 +725,12 @@ module Google
725
725
 
726
726
  # Creates a migration token, to migrate an existing device from being managed by
727
727
  # the EMM's Device Policy Controller (DPC) to being managed by the Android
728
- # Management API.
728
+ # Management API. See the guide (https://developers.google.com/android/
729
+ # management/dpc-migration) for more details.
729
730
  # @param [String] parent
730
- # Required. The enterprise in which this migration token will be created. Format:
731
- # 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`
732
734
  # @param [Google::Apis::AndroidmanagementV1::MigrationToken] migration_token_object
733
735
  # @param [String] fields
734
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.72.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-03-03 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.72.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: []