Skip to content

Commit 22e0d11

Browse files
feat(all): auto-regenerate discovery clients (#2892)
1 parent 6ee8349 commit 22e0d11

36 files changed

+9519
-463
lines changed

‎aiplatform/v1/aiplatform-api.json

Lines changed: 1723 additions & 49 deletions
Large diffs are not rendered by default.

‎aiplatform/v1/aiplatform-gen.go

Lines changed: 4020 additions & 183 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎aiplatform/v1beta1/aiplatform-api.json

Lines changed: 312 additions & 50 deletions
Large diffs are not rendered by default.

‎aiplatform/v1beta1/aiplatform-gen.go

Lines changed: 472 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎androidpublisher/v3/androidpublisher-api.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20241016",
4735+
"revision": "20241125",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {
@@ -7588,6 +7588,12 @@
75887588
},
75897589
"type": "object"
75907590
},
7591+
"OneTimeCode": {
7592+
"description": "A single use promotion code.",
7593+
"id": "OneTimeCode",
7594+
"properties": {},
7595+
"type": "object"
7596+
},
75917597
"OneTimeExternalTransaction": {
75927598
"description": "Represents a one-time transaction.",
75937599
"id": "OneTimeExternalTransaction",
@@ -8406,6 +8412,21 @@
84068412
},
84078413
"type": "object"
84088414
},
8415+
"SignupPromotion": {
8416+
"description": "The promotion applied on this item when purchased.",
8417+
"id": "SignupPromotion",
8418+
"properties": {
8419+
"oneTimeCode": {
8420+
"$ref": "OneTimeCode",
8421+
"description": "A one-time code was applied."
8422+
},
8423+
"vanityCode": {
8424+
"$ref": "VanityCode",
8425+
"description": "A vanity code was applied."
8426+
}
8427+
},
8428+
"type": "object"
8429+
},
84098430
"SplitApkMetadata": {
84108431
"description": "Holds data specific to Split APKs.",
84118432
"id": "SplitApkMetadata",
@@ -8923,6 +8944,10 @@
89238944
"productId": {
89248945
"description": "The purchased product ID (for example, 'monthly001').",
89258946
"type": "string"
8947+
},
8948+
"signupPromotion": {
8949+
"$ref": "SignupPromotion",
8950+
"description": "Promotion details about this item. Only set if a promotion was applied during signup."
89268951
}
89278952
},
89288953
"type": "object"
@@ -9905,6 +9930,17 @@
99059930
},
99069931
"type": "object"
99079932
},
9933+
"VanityCode": {
9934+
"description": "A multiple use, predefined promotion code.",
9935+
"id": "VanityCode",
9936+
"properties": {
9937+
"promotionCode": {
9938+
"description": "The promotion code.",
9939+
"type": "string"
9940+
}
9941+
},
9942+
"type": "object"
9943+
},
99089944
"Variant": {
99099945
"description": "APK that is suitable for inclusion in a system image. The resource of SystemApksService.",
99109946
"id": "Variant",

‎androidpublisher/v3/androidpublisher-gen.go

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎checks/v1alpha/checks-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20241119",
555+
"revision": "20241124",
556556
"rootUrl": "https://checks.googleapis.com/",
557557
"schemas": {
558558
"CancelOperationRequest": {
@@ -1147,6 +1147,10 @@
11471147
"Identifiers that relate to an individual device, browser or app. For example, an IMEI number, MAC address, Widevine Device ID, Firebase installation ID, or advertising identifier."
11481148
],
11491149
"type": "string"
1150+
},
1151+
"falsePositive": {
1152+
"description": "Optional. Whether the finding was marked as a false positive.",
1153+
"type": "boolean"
11501154
}
11511155
},
11521156
"type": "object"

‎checks/v1alpha/checks-gen.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎chromemanagement/v1/chromemanagement-api.json

Lines changed: 150 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@
12631263
}
12641264
}
12651265
},
1266-
"revision": "20241119",
1266+
"revision": "20241121",
12671267
"rootUrl": "https://chromemanagement.googleapis.com/",
12681268
"schemas": {
12691269
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -5393,6 +5393,155 @@
53935393
},
53945394
"type": "object"
53955395
},
5396+
"GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess": {
5397+
"description": "A certificate provisioning process.",
5398+
"id": "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess",
5399+
"properties": {
5400+
"caConnectionAdapterConfigReference": {
5401+
"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.",
5402+
"readOnly": true,
5403+
"type": "string"
5404+
},
5405+
"chromeOsDevice": {
5406+
"$ref": "GoogleChromeManagementVersionsV1alpha1ChromeOsDevice",
5407+
"description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
5408+
"readOnly": true
5409+
},
5410+
"chromeOsUserSession": {
5411+
"$ref": "GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession",
5412+
"description": "Output only. The client certificate is being provisioned for a ChromeOS user session. This contains information about the user session.",
5413+
"readOnly": true
5414+
},
5415+
"failureMessage": {
5416+
"description": "Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
5417+
"readOnly": true,
5418+
"type": "string"
5419+
},
5420+
"issuedCertificate": {
5421+
"description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
5422+
"readOnly": true,
5423+
"type": "string"
5424+
},
5425+
"name": {
5426+
"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.",
5427+
"type": "string"
5428+
},
5429+
"profileAdapterConfigReference": {
5430+
"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.",
5431+
"readOnly": true,
5432+
"type": "string"
5433+
},
5434+
"provisioningProfileId": {
5435+
"description": "Output only. The ID of the certificate provisioning profile.",
5436+
"readOnly": true,
5437+
"type": "string"
5438+
},
5439+
"signData": {
5440+
"description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated.",
5441+
"format": "byte",
5442+
"readOnly": true,
5443+
"type": "string"
5444+
},
5445+
"signature": {
5446+
"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.",
5447+
"format": "byte",
5448+
"readOnly": true,
5449+
"type": "string"
5450+
},
5451+
"signatureAlgorithm": {
5452+
"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.",
5453+
"enum": [
5454+
"SIGNATURE_ALGORITHM_UNSPECIFIED",
5455+
"SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
5456+
"SIGNATURE_ALGORITHM_ECDSA_SHA256"
5457+
],
5458+
"enumDescriptions": [
5459+
"Default value. This value is unused.",
5460+
"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.",
5461+
"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."
5462+
],
5463+
"readOnly": true,
5464+
"type": "string"
5465+
},
5466+
"startTime": {
5467+
"description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created.",
5468+
"format": "google-datetime",
5469+
"readOnly": true,
5470+
"type": "string"
5471+
},
5472+
"subjectPublicKeyInfo": {
5473+
"description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo.",
5474+
"format": "byte",
5475+
"readOnly": true,
5476+
"type": "string"
5477+
}
5478+
},
5479+
"type": "object"
5480+
},
5481+
"GoogleChromeManagementVersionsV1alpha1ChromeOsDevice": {
5482+
"description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
5483+
"id": "GoogleChromeManagementVersionsV1alpha1ChromeOsDevice",
5484+
"properties": {
5485+
"deviceDirectoryApiId": {
5486+
"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.",
5487+
"readOnly": true,
5488+
"type": "string"
5489+
},
5490+
"serialNumber": {
5491+
"description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
5492+
"readOnly": true,
5493+
"type": "string"
5494+
}
5495+
},
5496+
"type": "object"
5497+
},
5498+
"GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession": {
5499+
"description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to.",
5500+
"id": "GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession",
5501+
"properties": {
5502+
"chromeOsDevice": {
5503+
"$ref": "GoogleChromeManagementVersionsV1alpha1ChromeOsDevice",
5504+
"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.",
5505+
"readOnly": true
5506+
},
5507+
"userDirectoryApiId": {
5508+
"description": "Output only. The unique Directory API ID of the user.",
5509+
"readOnly": true,
5510+
"type": "string"
5511+
},
5512+
"userPrimaryEmail": {
5513+
"description": "Output only. The primary e-mail address of the user.",
5514+
"readOnly": true,
5515+
"type": "string"
5516+
}
5517+
},
5518+
"type": "object"
5519+
},
5520+
"GoogleChromeManagementVersionsV1alpha1SignDataMetadata": {
5521+
"description": "Metadata for the long-running operation returned by signData.",
5522+
"id": "GoogleChromeManagementVersionsV1alpha1SignDataMetadata",
5523+
"properties": {
5524+
"startTime": {
5525+
"description": "Output only. Start time of the SignData operation.",
5526+
"format": "google-datetime",
5527+
"readOnly": true,
5528+
"type": "string"
5529+
}
5530+
},
5531+
"type": "object"
5532+
},
5533+
"GoogleChromeManagementVersionsV1alpha1SignDataResponse": {
5534+
"description": "Response message for requesting a signature from the client that initated a certificate provisioning process.",
5535+
"id": "GoogleChromeManagementVersionsV1alpha1SignDataResponse",
5536+
"properties": {
5537+
"certificateProvisioningProcess": {
5538+
"$ref": "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess",
5539+
"description": "Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`.",
5540+
"readOnly": true
5541+
}
5542+
},
5543+
"type": "object"
5544+
},
53965545
"GoogleProtobufEmpty": {
53975546
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
53985547
"id": "GoogleProtobufEmpty",

0 commit comments

Comments
 (0)