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