google-apis-androidmanagement_v1 0.74.0 → 0.75.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: 05f921442f8ceb705bfe1763de118bb11de418d2add522850d412008cfcf43fe
4
- data.tar.gz: e44eaf79ca45448cc3d6642419dcf7d649408b945e6daace1ca00bf8961ecd60
3
+ metadata.gz: 06237fb69f569242d07ae66b4f9900660699f0097e7a71eeaceea5e468054a18
4
+ data.tar.gz: 23f801754eb4e7fea6ee2f0c8399fe46a15644144d2c3cecb52953441877b886
5
5
  SHA512:
6
- metadata.gz: b00a3fa3c149909d26960ef7e941a16bc42b854d083245073cb577039ddd5edbcb75d40082b66afd36aa0a4ddb289b9b125cff240d13419edd261f5a6b7b3061
7
- data.tar.gz: 044c0dfaf705de8eb148d0631e72399c8d95db20db67c7d97c585033ddcda26bd4560dc1131573a4456d622dd7055062cd8983ae3ba86d54f093304af5a6fca4
6
+ metadata.gz: b6554f5fcf38e2f8a62f4f412206f3816171071ed1c17868ccc4cb7737311faa196c3eaeb646926b4012439283ecac76908dd33da6216da6d70cff52afb2008e
7
+ data.tar.gz: 10757cd3421521eb19949a1adc2ea24fa9bf8a7f1f9be843eb2f4b2babc656464e5ded016f758dad025fd8903583010646142927eb4527b7fdef0ec18f170263
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.75.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240516
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.74.0 (2024-05-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20240425
@@ -819,8 +819,8 @@ module Google
819
819
  class BatchUsageLogEvents
820
820
  include Google::Apis::Core::Hashable
821
821
 
822
- # The name of the device in the form ‘enterprises/`enterpriseId`/devices/`
823
- # deviceId`’
822
+ # If present, the name of the device in the form ‘enterprises/`enterpriseId`/
823
+ # devices/`deviceId`’
824
824
  # Corresponds to the JSON property `device`
825
825
  # @return [String]
826
826
  attr_accessor :device
@@ -836,8 +836,8 @@ module Google
836
836
  # @return [Array<Google::Apis::AndroidmanagementV1::UsageLogEvent>]
837
837
  attr_accessor :usage_log_events
838
838
 
839
- # The resource name of the user that owns this device in the form ‘enterprises/`
840
- # enterpriseId`/users/`userId`’.
839
+ # If present, the resource name of the user that owns this device in the form ‘
840
+ # enterprises/`enterpriseId`/users/`userId`’.
841
841
  # Corresponds to the JSON property `user`
842
842
  # @return [String]
843
843
  attr_accessor :user
@@ -5006,7 +5006,8 @@ module Google
5006
5006
  # @return [String]
5007
5007
  attr_accessor :enterprise
5008
5008
 
5009
- # IMEI number of the GSM device. For example, A1000031212.
5009
+ # For corporate-owned devices, IMEI number of the GSM device. For example,
5010
+ # A1000031212.
5010
5011
  # Corresponds to the JSON property `imei`
5011
5012
  # @return [String]
5012
5013
  attr_accessor :imei
@@ -5016,7 +5017,8 @@ module Google
5016
5017
  # @return [String]
5017
5018
  attr_accessor :management_mode
5018
5019
 
5019
- # MEID number of the CDMA device. For example, A00000292788E1.
5020
+ # For corporate-owned devices, MEID number of the CDMA device. For example,
5021
+ # A00000292788E1.
5020
5022
  # Corresponds to the JSON property `meid`
5021
5023
  # @return [String]
5022
5024
  attr_accessor :meid
@@ -5036,7 +5038,7 @@ module Google
5036
5038
  # @return [String]
5037
5039
  attr_accessor :ownership
5038
5040
 
5039
- # The device serial number.
5041
+ # For corporate-owned devices, The device serial number.
5040
5042
  # Corresponds to the JSON property `serialNumber`
5041
5043
  # @return [String]
5042
5044
  attr_accessor :serial_number
@@ -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.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240425"
25
+ REVISION = "20240516"
26
26
  end
27
27
  end
28
28
  end
@@ -1208,6 +1208,9 @@ module Google
1208
1208
  end
1209
1209
 
1210
1210
  # Creates an enterprise signup URL.
1211
+ # @param [String] admin_email
1212
+ # Optional. Email address used to prefill the admin field of the enterprise
1213
+ # signup form. This value is a hint only and can be altered by the user.
1211
1214
  # @param [String] callback_url
1212
1215
  # The callback URL that the admin will be redirected to after successfully
1213
1216
  # creating an enterprise. Before redirecting there the system will add a query
@@ -1234,10 +1237,11 @@ module Google
1234
1237
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1235
1238
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1236
1239
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1237
- def create_signup_url(callback_url: nil, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1240
+ def create_signup_url(admin_email: nil, callback_url: nil, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1238
1241
  command = make_simple_command(:post, 'v1/signupUrls', options)
1239
1242
  command.response_representation = Google::Apis::AndroidmanagementV1::SignupUrl::Representation
1240
1243
  command.response_class = Google::Apis::AndroidmanagementV1::SignupUrl
1244
+ command.query['adminEmail'] = admin_email unless admin_email.nil?
1241
1245
  command.query['callbackUrl'] = callback_url unless callback_url.nil?
1242
1246
  command.query['projectId'] = project_id unless project_id.nil?
1243
1247
  command.query['fields'] = fields unless fields.nil?
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.74.0
4
+ version: 0.75.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-05-05 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.75.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: []