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