google-apis-androiddeviceprovisioning_v1 0.21.0 → 0.23.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fa9d963716094890d4ea57da43ab678cb9851627d385731807250e798095d05
|
4
|
+
data.tar.gz: 3d37d07f7f09c8454faa85e39b5787d3718cebfa08496fd3fc358568ec1bfa17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c36cdb40a41c4000e94d1fef9c78eadfaf60b1014a7d9ba6f3195fe2b81b4d7f8f0f521bccffcfa36e7edab9a4d7240c81ce11380a8f129871c0950876272f8e
|
7
|
+
data.tar.gz: de9694cde7bdc352577c3ebbcd2ad6bf29b3d90f0ba9682491574644001c2cadf2769953e4cf3788726b8663c56db4fa63739c6b75948547a624e4cc72b869ed
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-androiddeviceprovisioning_v1
|
2
2
|
|
3
|
+
### v0.23.0 (2023-11-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231112
|
6
|
+
|
7
|
+
### v0.22.0 (2023-11-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231029
|
10
|
+
|
3
11
|
### v0.21.0 (2023-09-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230829
|
@@ -26,6 +26,11 @@ module Google
|
|
26
26
|
class ClaimDeviceRequest
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
29
|
+
# Optional. The ID of the configuration applied to the device section.
|
30
|
+
# Corresponds to the JSON property `configurationId`
|
31
|
+
# @return [Fixnum]
|
32
|
+
attr_accessor :configuration_id
|
33
|
+
|
29
34
|
# The ID of the customer for whom the device is being claimed.
|
30
35
|
# Corresponds to the JSON property `customerId`
|
31
36
|
# @return [Fixnum]
|
@@ -71,6 +76,7 @@ module Google
|
|
71
76
|
|
72
77
|
# Update properties of this object
|
73
78
|
def update!(**args)
|
79
|
+
@configuration_id = args[:configuration_id] if args.key?(:configuration_id)
|
74
80
|
@customer_id = args[:customer_id] if args.key?(:customer_id)
|
75
81
|
@device_identifier = args[:device_identifier] if args.key?(:device_identifier)
|
76
82
|
@device_metadata = args[:device_metadata] if args.key?(:device_metadata)
|
@@ -1269,6 +1275,11 @@ module Google
|
|
1269
1275
|
class PartnerClaim
|
1270
1276
|
include Google::Apis::Core::Hashable
|
1271
1277
|
|
1278
|
+
# Optional. The ID of the configuration applied to the device section.
|
1279
|
+
# Corresponds to the JSON property `configurationId`
|
1280
|
+
# @return [Fixnum]
|
1281
|
+
attr_accessor :configuration_id
|
1282
|
+
|
1272
1283
|
# The ID of the customer for whom the device is being claimed.
|
1273
1284
|
# Corresponds to the JSON property `customerId`
|
1274
1285
|
# @return [Fixnum]
|
@@ -1314,6 +1325,7 @@ module Google
|
|
1314
1325
|
|
1315
1326
|
# Update properties of this object
|
1316
1327
|
def update!(**args)
|
1328
|
+
@configuration_id = args[:configuration_id] if args.key?(:configuration_id)
|
1317
1329
|
@customer_id = args[:customer_id] if args.key?(:customer_id)
|
1318
1330
|
@device_identifier = args[:device_identifier] if args.key?(:device_identifier)
|
1319
1331
|
@device_metadata = args[:device_metadata] if args.key?(:device_metadata)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AndroiddeviceprovisioningV1
|
18
18
|
# Version of the google-apis-androiddeviceprovisioning_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231112"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -283,6 +283,7 @@ module Google
|
|
283
283
|
class ClaimDeviceRequest
|
284
284
|
# @private
|
285
285
|
class Representation < Google::Apis::Core::JsonRepresentation
|
286
|
+
property :configuration_id, :numeric_string => true, as: 'configurationId'
|
286
287
|
property :customer_id, :numeric_string => true, as: 'customerId'
|
287
288
|
property :device_identifier, as: 'deviceIdentifier', class: Google::Apis::AndroiddeviceprovisioningV1::DeviceIdentifier, decorator: Google::Apis::AndroiddeviceprovisioningV1::DeviceIdentifier::Representation
|
288
289
|
|
@@ -624,6 +625,7 @@ module Google
|
|
624
625
|
class PartnerClaim
|
625
626
|
# @private
|
626
627
|
class Representation < Google::Apis::Core::JsonRepresentation
|
628
|
+
property :configuration_id, :numeric_string => true, as: 'configurationId'
|
627
629
|
property :customer_id, :numeric_string => true, as: 'customerId'
|
628
630
|
property :device_identifier, as: 'deviceIdentifier', class: Google::Apis::AndroiddeviceprovisioningV1::DeviceIdentifier, decorator: Google::Apis::AndroiddeviceprovisioningV1::DeviceIdentifier::Representation
|
629
631
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androiddeviceprovisioning_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.23.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: 2023-
|
11
|
+
date: 2023-11-19 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-androiddeviceprovisioning_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.23.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androiddeviceprovisioning_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|