| Modifier and Type | Method and Description |
|---|---|
static ProbingDetails.ProbingAbortCause |
ProbingDetails.ProbingAbortCause.forNumber(int value) |
ProbingDetails.ProbingAbortCause |
ProbingDetails.getAbortCause()
The reason probing was aborted.
|
ProbingDetails.ProbingAbortCause |
ProbingDetails.Builder.getAbortCause()
The reason probing was aborted.
|
ProbingDetails.ProbingAbortCause |
ProbingDetailsOrBuilder.getAbortCause()
The reason probing was aborted.
|
static ProbingDetails.ProbingAbortCause |
ProbingDetails.ProbingAbortCause.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProbingDetails.ProbingAbortCause |
ProbingDetails.ProbingAbortCause.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProbingDetails.ProbingAbortCause |
ProbingDetails.ProbingAbortCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProbingDetails.ProbingAbortCause[] |
ProbingDetails.ProbingAbortCause.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<ProbingDetails.ProbingAbortCause> |
ProbingDetails.ProbingAbortCause.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ProbingDetails.Builder |
ProbingDetails.Builder.setAbortCause(ProbingDetails.ProbingAbortCause value)
The reason probing was aborted.
|
Copyright © 2022 Google LLC. All rights reserved.