| Package | Description |
|---|---|
| com.google.irm.service.v1alpha2.api |
| Modifier and Type | Method and Description |
|---|---|
static Incident.EscalationLevel |
Incident.EscalationLevel.forNumber(int value) |
Incident.EscalationLevel |
Incident.getEscalationLevel()
Escalation level of the incident.
|
Incident.EscalationLevel |
Incident.Builder.getEscalationLevel()
Escalation level of the incident.
|
Incident.EscalationLevel |
IncidentOrBuilder.getEscalationLevel()
Escalation level of the incident.
|
static Incident.EscalationLevel |
Incident.EscalationLevel.valueOf(Descriptors.EnumValueDescriptor desc) |
static Incident.EscalationLevel |
Incident.EscalationLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Incident.EscalationLevel |
Incident.EscalationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Incident.EscalationLevel[] |
Incident.EscalationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Internal.EnumLiteMap<Incident.EscalationLevel> |
Incident.EscalationLevel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Incident.Builder |
Incident.Builder.setEscalationLevel(Incident.EscalationLevel value)
Escalation level of the incident.
|
Copyright © 2020 Google LLC. All rights reserved.