| Package | Description |
|---|---|
| com.databricks.sdk.service.apps |
| Modifier and Type | Method and Description |
|---|---|
Space |
DeleteSpaceOperation.getMetadata()
Get the operation metadata.
|
Space |
CreateSpaceOperation.getMetadata()
Get the operation metadata.
|
Space |
UpdateSpaceRequest.getSpace() |
Space |
CreateSpaceRequest.getSpace() |
Space |
AppsService.getSpace(GetSpaceRequest getSpaceRequest)
Retrieves information for the app space with the supplied name.
|
Space |
AppsAPI.getSpace(GetSpaceRequest request)
Retrieves information for the app space with the supplied name.
|
Space |
AppsAPI.getSpace(String name) |
Space |
Space.setCreateTime(com.google.protobuf.Timestamp createTime) |
Space |
Space.setCreator(String creator) |
Space |
Space.setDescription(String description) |
Space |
Space.setEffectiveUsagePolicyId(String effectiveUsagePolicyId) |
Space |
Space.setEffectiveUserApiScopes(Collection<String> effectiveUserApiScopes) |
Space |
Space.setId(String id) |
Space |
Space.setName(String name) |
Space |
Space.setOauth2AppClientId(String oauth2AppClientId) |
Space |
Space.setOauth2AppIntegrationId(String oauth2AppIntegrationId) |
Space |
Space.setResources(Collection<AppResource> resources) |
Space |
Space.setServicePrincipalClientId(String servicePrincipalClientId) |
Space |
Space.setServicePrincipalId(Long servicePrincipalId) |
Space |
Space.setServicePrincipalName(String servicePrincipalName) |
Space |
Space.setStatus(SpaceStatus status) |
Space |
Space.setUpdater(String updater) |
Space |
Space.setUpdateTime(com.google.protobuf.Timestamp updateTime) |
Space |
Space.setUsagePolicyId(String usagePolicyId) |
Space |
Space.setUserApiScopes(Collection<String> userApiScopes) |
Space |
UpdateSpaceOperation.waitForCompletion()
Wait for the operation to complete and return the resulting Space.
|
Space |
CreateSpaceOperation.waitForCompletion()
Wait for the operation to complete and return the resulting Space.
|
Space |
UpdateSpaceOperation.waitForCompletion(Optional<LroOptions> options)
Wait for the operation to complete and return the resulting Space.
|
Space |
CreateSpaceOperation.waitForCompletion(Optional<LroOptions> options)
Wait for the operation to complete and return the resulting Space.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Space> |
ListSpacesResponse.getSpaces() |
Iterable<Space> |
AppsAPI.listSpaces(ListSpacesRequest request)
Lists all app spaces in the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSpaceRequest |
UpdateSpaceRequest.setSpace(Space space) |
CreateSpaceRequest |
CreateSpaceRequest.setSpace(Space space) |
| Modifier and Type | Method and Description |
|---|---|
ListSpacesResponse |
ListSpacesResponse.setSpaces(Collection<Space> spaces) |
Copyright © 2026. All rights reserved.