| Modifier and Type | Method and Description |
|---|---|
static AbortInfo.Cause |
AbortInfo.Cause.forNumber(int value) |
AbortInfo.Cause |
AbortInfo.getCause()
Causes that the analysis is aborted.
|
AbortInfo.Cause |
AbortInfo.Builder.getCause()
Causes that the analysis is aborted.
|
AbortInfo.Cause |
AbortInfoOrBuilder.getCause()
Causes that the analysis is aborted.
|
static AbortInfo.Cause |
AbortInfo.Cause.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AbortInfo.Cause |
AbortInfo.Cause.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AbortInfo.Cause |
AbortInfo.Cause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbortInfo.Cause[] |
AbortInfo.Cause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<AbortInfo.Cause> |
AbortInfo.Cause.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AbortInfo.Builder |
AbortInfo.Builder.setCause(AbortInfo.Cause value)
Causes that the analysis is aborted.
|
Copyright © 2022 Google LLC. All rights reserved.