| Package | Description |
|---|---|
| com.databricks.sdk.service.postgres |
| Modifier and Type | Method and Description |
|---|---|
Branch |
UpdateBranchRequest.getBranch() |
Branch |
CreateBranchRequest.getBranch() |
Branch |
PostgresAPI.getBranch(GetBranchRequest request)
Retrieves information about the specified database branch.
|
Branch |
PostgresService.getBranch(GetBranchRequest getBranchRequest)
Retrieves information about the specified database branch.
|
Branch |
PostgresAPI.getBranch(String name) |
Branch |
Branch.setCreateTime(com.google.protobuf.Timestamp createTime) |
Branch |
Branch.setName(String name) |
Branch |
Branch.setParent(String parent) |
Branch |
Branch.setSpec(BranchSpec spec) |
Branch |
Branch.setStatus(BranchStatus status) |
Branch |
Branch.setUid(String uid) |
Branch |
Branch.setUpdateTime(com.google.protobuf.Timestamp updateTime) |
Branch |
UpdateBranchOperation.waitForCompletion()
Wait for the operation to complete and return the resulting Branch.
|
Branch |
CreateBranchOperation.waitForCompletion()
Wait for the operation to complete and return the resulting Branch.
|
Branch |
UpdateBranchOperation.waitForCompletion(Optional<LroOptions> options)
Wait for the operation to complete and return the resulting Branch.
|
Branch |
CreateBranchOperation.waitForCompletion(Optional<LroOptions> options)
Wait for the operation to complete and return the resulting Branch.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Branch> |
ListBranchesResponse.getBranches() |
Iterable<Branch> |
PostgresAPI.listBranches(ListBranchesRequest request)
Returns a paginated list of database branches in the project.
|
Iterable<Branch> |
PostgresAPI.listBranches(String parent) |
| Modifier and Type | Method and Description |
|---|---|
UpdateBranchRequest |
UpdateBranchRequest.setBranch(Branch branch) |
CreateBranchRequest |
CreateBranchRequest.setBranch(Branch branch) |
| Modifier and Type | Method and Description |
|---|---|
ListBranchesResponse |
ListBranchesResponse.setBranches(Collection<Branch> branches) |
Copyright © 2026. All rights reserved.