Skip to content

Commit 7a17059

Browse files
feat(all): auto-regenerate discovery clients (#2926)
1 parent 86fdd4e commit 7a17059

10 files changed

+439
-9
lines changed

androidpublisher/v3/androidpublisher-api.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20241125",
4735+
"revision": "20241216",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {
@@ -5314,6 +5314,10 @@
53145314
"priceChangeDetails": {
53155315
"$ref": "SubscriptionItemPriceChangeDetails",
53165316
"description": "The information of the last price change for the item since subscription signup."
5317+
},
5318+
"recurringPrice": {
5319+
"$ref": "Money",
5320+
"description": "The current recurring price of the auto renewing plan."
53175321
}
53185322
},
53195323
"type": "object"

androidpublisher/v3/androidpublisher-gen.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chromemanagement/v1/chromemanagement-api.json

+150-1
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@
12631263
}
12641264
}
12651265
},
1266-
"revision": "20241210",
1266+
"revision": "20241215",
12671267
"rootUrl": "https://chromemanagement.googleapis.com/",
12681268
"schemas": {
12691269
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -4992,6 +4992,91 @@
49924992
},
49934993
"type": "object"
49944994
},
4995+
"GoogleChromeManagementVersionsV1CertificateProvisioningProcess": {
4996+
"description": "A certificate provisioning process.",
4997+
"id": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
4998+
"properties": {
4999+
"caConnectionAdapterConfigReference": {
5000+
"description": "Output only. A JSON string that contains the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given.",
5001+
"readOnly": true,
5002+
"type": "string"
5003+
},
5004+
"chromeOsDevice": {
5005+
"$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5006+
"description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
5007+
"readOnly": true
5008+
},
5009+
"chromeOsUserSession": {
5010+
"$ref": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
5011+
"description": "Output only. The client certificate is being provisioned for a ChromeOS user session. This contains information about the user session.",
5012+
"readOnly": true
5013+
},
5014+
"failureMessage": {
5015+
"description": "Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
5016+
"readOnly": true,
5017+
"type": "string"
5018+
},
5019+
"issuedCertificate": {
5020+
"description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
5021+
"readOnly": true,
5022+
"type": "string"
5023+
},
5024+
"name": {
5025+
"description": "Identifier. Resource name of the `CertificateProvisioningProcess`. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
5026+
"type": "string"
5027+
},
5028+
"profileAdapterConfigReference": {
5029+
"description": "Output only. A JSON string that contains the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given.",
5030+
"readOnly": true,
5031+
"type": "string"
5032+
},
5033+
"provisioningProfileId": {
5034+
"description": "Output only. The ID of the certificate provisioning profile.",
5035+
"readOnly": true,
5036+
"type": "string"
5037+
},
5038+
"signData": {
5039+
"description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated.",
5040+
"format": "byte",
5041+
"readOnly": true,
5042+
"type": "string"
5043+
},
5044+
"signature": {
5045+
"description": "Output only. The signature of `signature_algorithm`, generated using the client's private key using `signature_algorithm`. This field is only present after the`SignData` operation has finished.",
5046+
"format": "byte",
5047+
"readOnly": true,
5048+
"type": "string"
5049+
},
5050+
"signatureAlgorithm": {
5051+
"description": "Output only. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`. This field is only present after the `SignData` operation has been initiated.",
5052+
"enum": [
5053+
"SIGNATURE_ALGORITHM_UNSPECIFIED",
5054+
"SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
5055+
"SIGNATURE_ALGORITHM_ECDSA_SHA256"
5056+
],
5057+
"enumDescriptions": [
5058+
"Default value. This value is unused.",
5059+
"The server-side builds the PKCS#1 DigestInfo, i.e., the SHA256 hash is constructed on the server-side. The client should sign using RSA with PKCS#1 v1.5 padding.",
5060+
"The PKCS#1 digest info is built by the server-side and sent to the client unhashed. The client is responsible for signing and hashing. Uses the P-256 curve."
5061+
],
5062+
"readOnly": true,
5063+
"type": "string"
5064+
},
5065+
"startTime": {
5066+
"description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created.",
5067+
"format": "google-datetime",
5068+
"readOnly": true,
5069+
"type": "string"
5070+
},
5071+
"subjectPublicKeyInfo": {
5072+
"description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo.",
5073+
"format": "byte",
5074+
"readOnly": true,
5075+
"type": "string"
5076+
}
5077+
},
5078+
"type": "object"
5079+
},
49955080
"GoogleChromeManagementVersionsV1ChromeBrowserProfile": {
49965081
"description": "A representation of a Chrome browser profile.",
49975082
"id": "GoogleChromeManagementVersionsV1ChromeBrowserProfile",
@@ -5159,6 +5244,45 @@
51595244
},
51605245
"type": "object"
51615246
},
5247+
"GoogleChromeManagementVersionsV1ChromeOsDevice": {
5248+
"description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
5249+
"id": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5250+
"properties": {
5251+
"deviceDirectoryApiId": {
5252+
"description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
5253+
"readOnly": true,
5254+
"type": "string"
5255+
},
5256+
"serialNumber": {
5257+
"description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
5258+
"readOnly": true,
5259+
"type": "string"
5260+
}
5261+
},
5262+
"type": "object"
5263+
},
5264+
"GoogleChromeManagementVersionsV1ChromeOsUserSession": {
5265+
"description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to.",
5266+
"id": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
5267+
"properties": {
5268+
"chromeOsDevice": {
5269+
"$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5270+
"description": "Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user session is affiliated, i.e. if the user is managed by the same organization that managed the ChromeOS device.",
5271+
"readOnly": true
5272+
},
5273+
"userDirectoryApiId": {
5274+
"description": "Output only. The unique Directory API ID of the user.",
5275+
"readOnly": true,
5276+
"type": "string"
5277+
},
5278+
"userPrimaryEmail": {
5279+
"description": "Output only. The primary e-mail address of the user.",
5280+
"readOnly": true,
5281+
"type": "string"
5282+
}
5283+
},
5284+
"type": "object"
5285+
},
51625286
"GoogleChromeManagementVersionsV1DeviceInfo": {
51635287
"description": "Information of a device that runs a Chrome browser profile.",
51645288
"id": "GoogleChromeManagementVersionsV1DeviceInfo",
@@ -5465,6 +5589,31 @@
54655589
},
54665590
"type": "object"
54675591
},
5592+
"GoogleChromeManagementVersionsV1SignDataMetadata": {
5593+
"description": "Metadata for the long-running operation returned by signData.",
5594+
"id": "GoogleChromeManagementVersionsV1SignDataMetadata",
5595+
"properties": {
5596+
"startTime": {
5597+
"description": "Output only. Start time of the SignData operation.",
5598+
"format": "google-datetime",
5599+
"readOnly": true,
5600+
"type": "string"
5601+
}
5602+
},
5603+
"type": "object"
5604+
},
5605+
"GoogleChromeManagementVersionsV1SignDataResponse": {
5606+
"description": "Response message for requesting a signature from the client that initated a certificate provisioning process.",
5607+
"id": "GoogleChromeManagementVersionsV1SignDataResponse",
5608+
"properties": {
5609+
"certificateProvisioningProcess": {
5610+
"$ref": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
5611+
"description": "Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`.",
5612+
"readOnly": true
5613+
}
5614+
},
5615+
"type": "object"
5616+
},
54685617
"GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess": {
54695618
"description": "A certificate provisioning process.",
54705619
"id": "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess",

0 commit comments

Comments
 (0)