public static enum Transaction.WriteOpType extends Enum<Transaction.WriteOpType> implements com.google.protobuf.ProtocolMessageEnum
Type of write operationProtobuf enum
types.WriteOpType| Enum Constant and Description |
|---|
Delete
The WriteOp is to delete the field from storage.
|
UNRECOGNIZED |
Write
The WriteOp is to create/update the field from storage.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
Delete_VALUE
The WriteOp is to delete the field from storage.
|
static int |
Write_VALUE
The WriteOp is to create/update the field from storage.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction.WriteOpType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Transaction.WriteOpType> |
internalGetValueMap() |
static Transaction.WriteOpType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Transaction.WriteOpType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Transaction.WriteOpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.WriteOpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transaction.WriteOpType Write
The WriteOp is to create/update the field from storage.
Write = 0;public static final Transaction.WriteOpType Delete
The WriteOp is to delete the field from storage.
Delete = 1;public static final Transaction.WriteOpType UNRECOGNIZED
public static final int Write_VALUE
The WriteOp is to create/update the field from storage.
Write = 0;public static final int Delete_VALUE
The WriteOp is to delete the field from storage.
Delete = 1;public static Transaction.WriteOpType[] values()
for (Transaction.WriteOpType c : Transaction.WriteOpType.values()) System.out.println(c);
public static Transaction.WriteOpType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Transaction.WriteOpType valueOf(int value)
forNumber(int) instead.public static Transaction.WriteOpType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Transaction.WriteOpType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Transaction.WriteOpType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.