@Generated public class UpdateBranchOperation extends Object
| Constructor and Description |
|---|
UpdateBranchOperation(PostgresService impl,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
BranchOperationMetadata |
getMetadata()
Get the operation metadata.
|
String |
getName()
Get the operation name.
|
boolean |
isDone()
Check if the operation is done.
|
Branch |
waitForCompletion()
Wait for the operation to complete and return the resulting Branch.
|
Branch |
waitForCompletion(Optional<LroOptions> options)
Wait for the operation to complete and return the resulting Branch.
|
public UpdateBranchOperation(PostgresService impl, Operation operation)
public Branch waitForCompletion() throws TimeoutException
TimeoutException - if the operation doesn't complete within the timeoutDatabricksException - if the operation failspublic Branch waitForCompletion(Optional<LroOptions> options) throws TimeoutException
options - the options for configuring the wait behavior, can be empty for defaultsTimeoutException - if the operation doesn't complete within the timeoutDatabricksException - if the operation failspublic String getName()
public BranchOperationMetadata getMetadata()
DatabricksException - if the metadata cannot be deserializedpublic boolean isDone()
DatabricksException - if the status check failsCopyright © 2026. All rights reserved.