Skip to content

Commit 5ea2ed9

Browse files
feat(androiddeviceprovisioning): update the api
#### androiddeviceprovisioning:v1 The following keys were added: - schemas.PartnerClaim.properties.simlockProfileId (Total Keys: 2)
1 parent 0279b10 commit 5ea2ed9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/dyn/androiddeviceprovisioning_v1.partners.devices.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3>Method Details</h3>
139139
&quot;googleWorkspaceCustomerId&quot;: &quot;A String&quot;, # The Google Workspace customer ID.
140140
&quot;preProvisioningToken&quot;: &quot;A String&quot;, # Optional. Must and can only be set for Chrome OS devices.
141141
&quot;sectionType&quot;: &quot;A String&quot;, # Required. The section type of the device&#x27;s provisioning record.
142-
&quot;simlockProfileId&quot;: &quot;A String&quot;, # Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/simlock/profiles).
142+
&quot;simlockProfileId&quot;: &quot;A String&quot;, # Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
143143
}
144144

145145
x__xgafv: string, V1 error format.
@@ -186,6 +186,7 @@ <h3>Method Details</h3>
186186
&quot;googleWorkspaceCustomerId&quot;: &quot;A String&quot;, # The Google Workspace customer ID.
187187
&quot;preProvisioningToken&quot;: &quot;A String&quot;, # Optional. Must and can only be set for Chrome OS devices.
188188
&quot;sectionType&quot;: &quot;A String&quot;, # Required. The section type of the device&#x27;s provisioning record.
189+
&quot;simlockProfileId&quot;: &quot;A String&quot;, # Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
189190
},
190191
],
191192
}

googleapiclient/discovery_cache/documents/androiddeviceprovisioning.v1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825
}
826826
}
827827
},
828-
"revision": "20230222",
828+
"revision": "20230304",
829829
"rootUrl": "https://androiddeviceprovisioning.googleapis.com/",
830830
"schemas": {
831831
"ClaimDeviceRequest": {
@@ -868,7 +868,7 @@
868868
"type": "string"
869869
},
870870
"simlockProfileId": {
871-
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/simlock/profiles).",
871+
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
872872
"format": "int64",
873873
"type": "string"
874874
}
@@ -1679,6 +1679,11 @@
16791679
"Zero-touch enrollment section type."
16801680
],
16811681
"type": "string"
1682+
},
1683+
"simlockProfileId": {
1684+
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
1685+
"format": "int64",
1686+
"type": "string"
16821687
}
16831688
},
16841689
"type": "object"

0 commit comments

Comments
 (0)