| Modifier and Type | Method and Description |
|---|---|
static Operation.Status |
Operation.Status.forNumber(int value) |
Operation.Status |
OperationOrBuilder.getStatus()
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
Operation.Status |
Operation.getStatus()
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
Operation.Status |
Operation.Builder.getStatus()
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
static Operation.Status |
Operation.Status.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Operation.Status |
Operation.Status.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Operation.Status |
Operation.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.Status[] |
Operation.Status.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<Operation.Status> |
Operation.Status.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
Operation.Builder.setStatus(Operation.Status value)
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
Copyright © 2023 Google LLC. All rights reserved.