Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages_generated/datawarehouse/src/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class API extends ParentAPI {
)

/**
* List available Clickhouse versions.
* List available ClickHouse® versions.
*
* @param request - The request {@link ListVersionsRequest}
* @returns A Promise of ListVersionsResponse
Expand Down Expand Up @@ -235,7 +235,7 @@ export class API extends ParentAPI {
)

/**
* Delete a deployment. Delete a given deployment, specified by the `region` and `deployment_id` parameters. Deleting a deployment is permanent, and cannot be undone. Upon deletion, deletion all your data will be lost.
* Delete a deployment. Delete a given deployment, specified by the `region` and `deployment_id` parameters. Deleting a deployment is permanent, and cannot be undone. Upon deletion, all your data will be lost.
*
* @param request - The request {@link DeleteDeploymentRequest}
* @returns A Promise of Deployment
Expand Down
4 changes: 2 additions & 2 deletions packages_generated/datawarehouse/src/v1beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export interface Deployment {
*/
updatedAt?: Date
/**
* Clickhouse version.
* ClickHouse® version.
*/
version: string
/**
Expand Down Expand Up @@ -249,7 +249,7 @@ export type CreateDeploymentRequest = {
*/
tags?: string[]
/**
* Clickhouse version to use for the deployment.
* ClickHouse® version to use for the deployment.
*/
version: string
/**
Expand Down
Loading