| Modifier and Type | Method and Description |
|---|---|
static OperationType |
OperationType.forNumber(int value) |
OperationType |
OperationMetadataV1OrBuilder.getType()
Type of operation.
|
OperationType |
OperationMetadataV1.getType()
Type of operation.
|
OperationType |
OperationMetadataV1.Builder.getType()
Type of operation.
|
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 |
|---|---|
OperationMetadataV1.Builder |
OperationMetadataV1.Builder.setType(OperationType value)
Type of operation.
|
Copyright © 2020 Google LLC. All rights reserved.