static Operation.Status |
Operation.Status.forNumber(int value) |
|
Operation.Status |
Operation.Builder.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 |
OperationOrBuilder.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(int value) |
Deprecated.
|
static Operation.Status |
Operation.Status.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
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.
|