| Package | Description |
|---|---|
| com.google.irm.service.v1alpha2.api |
| Modifier and Type | Method and Description |
|---|---|
static Incident.Severity |
Incident.Severity.forNumber(int value) |
Incident.Severity |
Incident.getSeverity()
Severity of the incident.
|
Incident.Severity |
Incident.Builder.getSeverity()
Severity of the incident.
|
Incident.Severity |
IncidentOrBuilder.getSeverity()
Severity of the incident.
|
static Incident.Severity |
Incident.Severity.valueOf(Descriptors.EnumValueDescriptor desc) |
static Incident.Severity |
Incident.Severity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Incident.Severity |
Incident.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Incident.Severity[] |
Incident.Severity.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.Severity> |
Incident.Severity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Incident.Builder |
Incident.Builder.setSeverity(Incident.Severity value)
Severity of the incident.
|
Copyright © 2020 Google LLC. All rights reserved.