public enum DashboardType extends Enum<DashboardType> implements ProtocolMessageEnumType of the dashboard.
Protobuf enum google.cloud.chronicle.v1.DashboardType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CURATED |
Out of the box curated dashboards provided by Chronicle. |
CURATED_VALUE |
Out of the box curated dashboards provided by Chronicle. |
CUSTOM |
Custom dashboards |
CUSTOM_VALUE |
Custom dashboards |
DASHBOARD_TYPE_UNSPECIFIED |
Default unspecified. |
DASHBOARD_TYPE_UNSPECIFIED_VALUE |
Default unspecified. |
MARKETPLACE |
Marketplace dashboards |
MARKETPLACE_VALUE |
Marketplace dashboards |
PRIVATE |
Private dashboards created by users/customers. |
PRIVATE_VALUE |
Private dashboards created by users/customers. |
PUBLIC |
Public dashboards created by users/customers. |
PUBLIC_VALUE |
Public dashboards created by users/customers. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|