diff --git a/discovery/androiddeviceprovisioning-v1.json b/discovery/androiddeviceprovisioning-v1.json index 5fd7c7fb96..6fa84e5c7e 100644 --- a/discovery/androiddeviceprovisioning-v1.json +++ b/discovery/androiddeviceprovisioning-v1.json @@ -825,7 +825,7 @@ } } }, - "revision": "20221026", + "revision": "20221203", "rootUrl": "https://androiddeviceprovisioning.googleapis.com/", "schemas": { "ClaimDeviceRequest": { @@ -866,6 +866,11 @@ "Zero-touch enrollment section type." ], "type": "string" + }, + "simlockProfileId": { + "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).", + "format": "int64", + "type": "string" } }, "type": "object" @@ -1187,7 +1192,7 @@ "type": "string" }, "ownerCompanyId": { - "description": "The ID of the Customer that purchased the Android device.", + "description": "The ID of the Customer that purchased the device.", "format": "int64", "type": "string" }, @@ -1259,7 +1264,7 @@ "type": "string" }, "model": { - "description": "The device model's name. Allowed values are listed in [Android models](/zero-touch/resources/manufacturer-names#model-names) and [Chrome OS models](https://support.google.com/chrome/a/answer/10130175?hl=en#identify_compatible).", + "description": "The device model's name. Allowed values are listed in [Android models](/zero-touch/resources/manufacturer-names#model-names) and [Chrome OS models](https://support.google.com/chrome/a/answer/10130175#identify_compatible).", "type": "string" }, "serialNumber": { @@ -1723,7 +1728,7 @@ "id": "PerDeviceStatusInBatch", "properties": { "deviceId": { - "description": "If processing succeeds, the device ID of the Android device.", + "description": "If processing succeeds, the device ID of the device.", "format": "int64", "type": "string" }, diff --git a/src/apis/androiddeviceprovisioning/v1.ts b/src/apis/androiddeviceprovisioning/v1.ts index d3601c7fbe..ee4db7af2d 100644 --- a/src/apis/androiddeviceprovisioning/v1.ts +++ b/src/apis/androiddeviceprovisioning/v1.ts @@ -156,6 +156,10 @@ export namespace androiddeviceprovisioning_v1 { * Required. The section type of the device's provisioning record. */ sectionType?: string | null; + /** + * Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/simlock/profiles). + */ + simlockProfileId?: string | null; } /** * Response message containing device id of the claim. @@ -391,7 +395,7 @@ export namespace androiddeviceprovisioning_v1 { */ googleWorkspaceCustomerId?: string | null; /** - * The ID of the Customer that purchased the Android device. + * The ID of the Customer that purchased the device. */ ownerCompanyId?: string | null; /** @@ -436,7 +440,7 @@ export namespace androiddeviceprovisioning_v1 { */ meid?: string | null; /** - * The device model's name. Allowed values are listed in [Android models](/zero-touch/resources/manufacturer-names#model-names) and [Chrome OS models](https://support.google.com/chrome/a/answer/10130175?hl=en#identify_compatible). + * The device model's name. Allowed values are listed in [Android models](/zero-touch/resources/manufacturer-names#model-names) and [Chrome OS models](https://support.google.com/chrome/a/answer/10130175#identify_compatible). */ model?: string | null; /** @@ -762,7 +766,7 @@ export namespace androiddeviceprovisioning_v1 { */ export interface Schema$PerDeviceStatusInBatch { /** - * If processing succeeds, the device ID of the Android device. + * If processing succeeds, the device ID of the device. */ deviceId?: string | null; /** @@ -3216,7 +3220,8 @@ export namespace androiddeviceprovisioning_v1 { * // "deviceMetadata": {}, * // "googleWorkspaceCustomerId": "my_googleWorkspaceCustomerId", * // "preProvisioningToken": "my_preProvisioningToken", - * // "sectionType": "my_sectionType" + * // "sectionType": "my_sectionType", + * // "simlockProfileId": "my_simlockProfileId" * // } * }, * });