google-apis-androiddeviceprovisioning_v1 0.17.0 → 0.19.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: 72bbccd897648098b2ad8f8bd4cd1e4ee53a47059d5b39f1e8c09e27d7b91e22
4
- data.tar.gz: 8d13f53fb384c024822a8f6ffb58144bd7d147bc4383655d96eaa1d8c36e1915
3
+ metadata.gz: eb458ddc26931f3696ef7d195b67a6236ee3a2071c1f13a08f6fee6e9776f54f
4
+ data.tar.gz: 030121c1980416dc8403ba1c17afbad052347f37052242593c50aa68c8d8619e
5
5
  SHA512:
6
- metadata.gz: f64378ff506356af0a71b950fa5cd8bddce2af6629a3841af09965b561a6ea72563fa91a982c1f84be6224044033aeb352fc693f6a86c3bf58e31f12cbaf0a67
7
- data.tar.gz: 638f62d1a2e58717b48f6e8d4a9375653f7114a5610bd38375888ff74797cb9a5173dd55832f106bd7fbff750f1f69157e71ab5449d274b9a3ce9b95459111e6
6
+ metadata.gz: f39630a2263cb034e9b3ee7291da77611e220742ddc3c36ea03e6dfd174226bb701333d4f8ad97e269e8d45725c7a234dcbb2e6d1ca2c5f6da23ea96fef6ae77
7
+ data.tar.gz: 99a8bca0842976a694605a44f373a2090b83fa7f1a97c92dd2fdb55ab84b6bc6392cdd4279b874c32210543a8e2a8658d62b4847685339137ae4a79d3c9e0c98
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androiddeviceprovisioning_v1
2
2
 
3
+ ### v0.19.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230304
6
+
7
+ ### v0.18.0 (2023-02-19)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.17.0 (2022-12-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20221203
@@ -60,8 +60,7 @@ module Google
60
60
  attr_accessor :section_type
61
61
 
62
62
  # Optional. Must and can only be set when DeviceProvisioningSectionType is
63
- # SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/
64
- # simlock/profiles).
63
+ # SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
65
64
  # Corresponds to the JSON property `simlockProfileId`
66
65
  # @return [Fixnum]
67
66
  attr_accessor :simlock_profile_id
@@ -1254,6 +1253,12 @@ module Google
1254
1253
  # @return [String]
1255
1254
  attr_accessor :section_type
1256
1255
 
1256
+ # Optional. Must and can only be set when DeviceProvisioningSectionType is
1257
+ # SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
1258
+ # Corresponds to the JSON property `simlockProfileId`
1259
+ # @return [Fixnum]
1260
+ attr_accessor :simlock_profile_id
1261
+
1257
1262
  def initialize(**args)
1258
1263
  update!(**args)
1259
1264
  end
@@ -1266,6 +1271,7 @@ module Google
1266
1271
  @google_workspace_customer_id = args[:google_workspace_customer_id] if args.key?(:google_workspace_customer_id)
1267
1272
  @pre_provisioning_token = args[:pre_provisioning_token] if args.key?(:pre_provisioning_token)
1268
1273
  @section_type = args[:section_type] if args.key?(:section_type)
1274
+ @simlock_profile_id = args[:simlock_profile_id] if args.key?(:simlock_profile_id)
1269
1275
  end
1270
1276
  end
1271
1277
 
@@ -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.17.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221203"
25
+ REVISION = "20230304"
26
26
  end
27
27
  end
28
28
  end
@@ -604,6 +604,7 @@ module Google
604
604
  property :google_workspace_customer_id, as: 'googleWorkspaceCustomerId'
605
605
  property :pre_provisioning_token, as: 'preProvisioningToken'
606
606
  property :section_type, as: 'sectionType'
607
+ property :simlock_profile_id, :numeric_string => true, as: 'simlockProfileId'
607
608
  end
608
609
  end
609
610
 
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.17.0
4
+ version: 0.19.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: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-03-12 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.9.1
19
+ version: 0.11.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.9.1
29
+ version: 0.11.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-androiddeviceprovisioning_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.19.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Android Device Provisioning Partner API V1