| Package | Description |
|---|---|
| com.databricks.sdk.service.postgres |
| Modifier and Type | Method and Description |
|---|---|
Operation |
PostgresService.createBranch(CreateBranchRequest createBranchRequest)
Creates a new database branch in the project.
|
Operation |
PostgresService.createDatabase(CreateDatabaseRequest createDatabaseRequest)
Create a Database.
|
Operation |
PostgresService.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates a new compute endpoint in the branch.
|
Operation |
PostgresService.createProject(CreateProjectRequest createProjectRequest)
Creates a new Lakebase Autoscaling Postgres database project, which contains branches and
compute endpoints.
|
Operation |
PostgresService.createRole(CreateRoleRequest createRoleRequest)
Creates a new Postgres role in the branch.
|
Operation |
PostgresService.deleteBranch(DeleteBranchRequest deleteBranchRequest)
Deletes the specified database branch.
|
Operation |
PostgresService.deleteDatabase(DeleteDatabaseRequest deleteDatabaseRequest)
Delete a Database.
|
Operation |
PostgresService.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes the specified compute endpoint.
|
Operation |
PostgresService.deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes the specified database project.
|
Operation |
PostgresService.deleteRole(DeleteRoleRequest deleteRoleRequest)
Deletes the specified Postgres role.
|
Operation |
PostgresAPI.getOperation(GetOperationRequest request)
Retrieves the status of a long-running operation.
|
Operation |
PostgresService.getOperation(GetOperationRequest getOperationRequest)
Retrieves the status of a long-running operation.
|
Operation |
PostgresAPI.getOperation(String name) |
Operation |
Operation.setDone(Boolean done) |
Operation |
Operation.setError(DatabricksServiceExceptionWithDetailsProto error) |
Operation |
Operation.setMetadata(Object metadata) |
Operation |
Operation.setName(String name) |
Operation |
Operation.setResponse(Object response) |
Operation |
PostgresService.updateBranch(UpdateBranchRequest updateBranchRequest)
Updates the specified database branch.
|
Operation |
PostgresService.updateDatabase(UpdateDatabaseRequest updateDatabaseRequest)
Update a Database.
|
Operation |
PostgresService.updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
Updates the specified compute endpoint.
|
Operation |
PostgresService.updateProject(UpdateProjectRequest updateProjectRequest)
Updates the specified database project.
|
Operation |
PostgresService.updateRole(UpdateRoleRequest updateRoleRequest)
Update a role for a branch.
|
Copyright © 2026. All rights reserved.