| Package | Description |
|---|---|
| com.databricks.sdk.service.sql |
| Modifier and Type | Method and Description |
|---|---|
RunAsRole |
QueryPostContent.getRunAsRole() |
RunAsRole |
DashboardEditContent.getRunAsRole() |
RunAsRole |
Query.getRunAsRole() |
RunAsRole |
QueryEditContent.getRunAsRole() |
RunAsRole |
DashboardPostContent.getRunAsRole() |
static RunAsRole |
RunAsRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunAsRole[] |
RunAsRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryPostContent |
QueryPostContent.setRunAsRole(RunAsRole runAsRole) |
DashboardEditContent |
DashboardEditContent.setRunAsRole(RunAsRole runAsRole) |
Query |
Query.setRunAsRole(RunAsRole runAsRole) |
QueryEditContent |
QueryEditContent.setRunAsRole(RunAsRole runAsRole) |
DashboardPostContent |
DashboardPostContent.setRunAsRole(RunAsRole runAsRole) |
Copyright © 2024. All rights reserved.