| Modifier and Type | Method and Description |
|---|---|
static OperationMetadata.Status |
OperationMetadata.Status.forNumber(int value) |
OperationMetadata.Status |
OperationMetadata.StepOrBuilder.getStatus()
The status code.
|
OperationMetadata.Status |
OperationMetadata.Step.getStatus()
The status code.
|
OperationMetadata.Status |
OperationMetadata.Step.Builder.getStatus()
The status code.
|
static OperationMetadata.Status |
OperationMetadata.Status.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OperationMetadata.Status |
OperationMetadata.Status.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OperationMetadata.Status |
OperationMetadata.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationMetadata.Status[] |
OperationMetadata.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<OperationMetadata.Status> |
OperationMetadata.Status.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
OperationMetadata.Step.Builder |
OperationMetadata.Step.Builder.setStatus(OperationMetadata.Status value)
The status code.
|
Copyright © 2024 Google LLC. All rights reserved.