| 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.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.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.updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
Updates the specified compute endpoint.
|
Operation |
PostgresService.updateProject(UpdateProjectRequest updateProjectRequest)
Updates the specified database project.
|
| Constructor and Description |
|---|
CreateBranchOperation(PostgresService impl,
Operation operation) |
CreateEndpointOperation(PostgresService impl,
Operation operation) |
CreateProjectOperation(PostgresService impl,
Operation operation) |
CreateRoleOperation(PostgresService impl,
Operation operation) |
DeleteBranchOperation(PostgresService impl,
Operation operation) |
DeleteEndpointOperation(PostgresService impl,
Operation operation) |
DeleteProjectOperation(PostgresService impl,
Operation operation) |
DeleteRoleOperation(PostgresService impl,
Operation operation) |
UpdateBranchOperation(PostgresService impl,
Operation operation) |
UpdateEndpointOperation(PostgresService impl,
Operation operation) |
UpdateProjectOperation(PostgresService impl,
Operation operation) |
Copyright © 2026. All rights reserved.