Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 27, 2024
1 parent 6ee8349 commit 22e0d11
Show file tree
Hide file tree
Showing 36 changed files with 9,519 additions and 463 deletions.
1,772 changes: 1,723 additions & 49 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

4,203 changes: 4,020 additions & 183 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

362 changes: 312 additions & 50 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

529 changes: 472 additions & 57 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

38 changes: 37 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4732,7 +4732,7 @@
}
}
},
"revision": "20241016",
"revision": "20241125",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7588,6 +7588,12 @@
},
"type": "object"
},
"OneTimeCode": {
"description": "A single use promotion code.",
"id": "OneTimeCode",
"properties": {},
"type": "object"
},
"OneTimeExternalTransaction": {
"description": "Represents a one-time transaction.",
"id": "OneTimeExternalTransaction",
Expand Down Expand Up @@ -8406,6 +8412,21 @@
},
"type": "object"
},
"SignupPromotion": {
"description": "The promotion applied on this item when purchased.",
"id": "SignupPromotion",
"properties": {
"oneTimeCode": {
"$ref": "OneTimeCode",
"description": "A one-time code was applied."
},
"vanityCode": {
"$ref": "VanityCode",
"description": "A vanity code was applied."
}
},
"type": "object"
},
"SplitApkMetadata": {
"description": "Holds data specific to Split APKs.",
"id": "SplitApkMetadata",
Expand Down Expand Up @@ -8923,6 +8944,10 @@
"productId": {
"description": "The purchased product ID (for example, 'monthly001').",
"type": "string"
},
"signupPromotion": {
"$ref": "SignupPromotion",
"description": "Promotion details about this item. Only set if a promotion was applied during signup."
}
},
"type": "object"
Expand Down Expand Up @@ -9905,6 +9930,17 @@
},
"type": "object"
},
"VanityCode": {
"description": "A multiple use, predefined promotion code.",
"id": "VanityCode",
"properties": {
"promotionCode": {
"description": "The promotion code.",
"type": "string"
}
},
"type": "object"
},
"Variant": {
"description": "APK that is suitable for inclusion in a system image. The resource of SystemApksService.",
"id": "Variant",
Expand Down
53 changes: 53 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion checks/v1alpha/checks-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
}
}
},
"revision": "20241119",
"revision": "20241124",
"rootUrl": "https://checks.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down Expand Up @@ -1147,6 +1147,10 @@
"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."
],
"type": "string"
},
"falsePositive": {
"description": "Optional. Whether the finding was marked as a false positive.",
"type": "boolean"
}
},
"type": "object"
Expand Down
2 changes: 2 additions & 0 deletions checks/v1alpha/checks-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

151 changes: 150 additions & 1 deletion chromemanagement/v1/chromemanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@
}
}
},
"revision": "20241119",
"revision": "20241121",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down Expand Up @@ -5393,6 +5393,155 @@
},
"type": "object"
},
"GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess": {
"description": "A certificate provisioning process.",
"id": "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess",
"properties": {
"caConnectionAdapterConfigReference": {
"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.",
"readOnly": true,
"type": "string"
},
"chromeOsDevice": {
"$ref": "GoogleChromeManagementVersionsV1alpha1ChromeOsDevice",
"description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
"readOnly": true
},
"chromeOsUserSession": {
"$ref": "GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession",
"description": "Output only. The client certificate is being provisioned for a ChromeOS user session. This contains information about the user session.",
"readOnly": true
},
"failureMessage": {
"description": "Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
"readOnly": true,
"type": "string"
},
"issuedCertificate": {
"description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
"readOnly": true,
"type": "string"
},
"name": {
"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.",
"type": "string"
},
"profileAdapterConfigReference": {
"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.",
"readOnly": true,
"type": "string"
},
"provisioningProfileId": {
"description": "Output only. The ID of the certificate provisioning profile.",
"readOnly": true,
"type": "string"
},
"signData": {
"description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated.",
"format": "byte",
"readOnly": true,
"type": "string"
},
"signature": {
"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.",
"format": "byte",
"readOnly": true,
"type": "string"
},
"signatureAlgorithm": {
"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.",
"enum": [
"SIGNATURE_ALGORITHM_UNSPECIFIED",
"SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
"SIGNATURE_ALGORITHM_ECDSA_SHA256"
],
"enumDescriptions": [
"Default value. This value is unused.",
"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.",
"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."
],
"readOnly": true,
"type": "string"
},
"startTime": {
"description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"subjectPublicKeyInfo": {
"description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo.",
"format": "byte",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleChromeManagementVersionsV1alpha1ChromeOsDevice": {
"description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
"id": "GoogleChromeManagementVersionsV1alpha1ChromeOsDevice",
"properties": {
"deviceDirectoryApiId": {
"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.",
"readOnly": true,
"type": "string"
},
"serialNumber": {
"description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession": {
"description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to.",
"id": "GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession",
"properties": {
"chromeOsDevice": {
"$ref": "GoogleChromeManagementVersionsV1alpha1ChromeOsDevice",
"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.",
"readOnly": true
},
"userDirectoryApiId": {
"description": "Output only. The unique Directory API ID of the user.",
"readOnly": true,
"type": "string"
},
"userPrimaryEmail": {
"description": "Output only. The primary e-mail address of the user.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleChromeManagementVersionsV1alpha1SignDataMetadata": {
"description": "Metadata for the long-running operation returned by signData.",
"id": "GoogleChromeManagementVersionsV1alpha1SignDataMetadata",
"properties": {
"startTime": {
"description": "Output only. Start time of the SignData operation.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleChromeManagementVersionsV1alpha1SignDataResponse": {
"description": "Response message for requesting a signature from the client that initated a certificate provisioning process.",
"id": "GoogleChromeManagementVersionsV1alpha1SignDataResponse",
"properties": {
"certificateProvisioningProcess": {
"$ref": "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess",
"description": "Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`.",
"readOnly": true
}
},
"type": "object"
},
"GoogleProtobufEmpty": {
"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); }",
"id": "GoogleProtobufEmpty",
Expand Down
Loading

0 comments on commit 22e0d11

Please sign in to comment.