| Package | Description |
|---|---|
| com.databricks.sdk.service.sql |
| Modifier and Type | Method and Description |
|---|---|
RunAsRole |
DashboardPostContent.getRunAsRole() |
RunAsRole |
QueryPostContent.getRunAsRole() |
RunAsRole |
LegacyQuery.getRunAsRole() |
RunAsRole |
DashboardEditContent.getRunAsRole() |
RunAsRole |
QueryEditContent.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 |
|---|---|
DashboardPostContent |
DashboardPostContent.setRunAsRole(RunAsRole runAsRole) |
QueryPostContent |
QueryPostContent.setRunAsRole(RunAsRole runAsRole) |
LegacyQuery |
LegacyQuery.setRunAsRole(RunAsRole runAsRole) |
DashboardEditContent |
DashboardEditContent.setRunAsRole(RunAsRole runAsRole) |
QueryEditContent |
QueryEditContent.setRunAsRole(RunAsRole runAsRole) |
Copyright © 2025. All rights reserved.