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