public static interface Transaction.WriteOpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccessPathOuterClass.AccessPath |
getAccessPath()
AccessPath of the write set.
|
AccessPathOuterClass.AccessPathOrBuilder |
getAccessPathOrBuilder()
AccessPath of the write set.
|
Transaction.WriteOpType |
getType()
WriteOp type.
|
int |
getTypeValue()
WriteOp type.
|
com.google.protobuf.ByteString |
getValue()
The value of the write op.
|
boolean |
hasAccessPath()
AccessPath of the write set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAccessPath()
AccessPath of the write set.
.types.AccessPath access_path = 1;AccessPathOuterClass.AccessPath getAccessPath()
AccessPath of the write set.
.types.AccessPath access_path = 1;AccessPathOuterClass.AccessPathOrBuilder getAccessPathOrBuilder()
AccessPath of the write set.
.types.AccessPath access_path = 1;com.google.protobuf.ByteString getValue()
The value of the write op. Empty if `type` is Delete.
bytes value = 2;int getTypeValue()
WriteOp type.
.types.WriteOpType type = 3;Transaction.WriteOpType getType()
WriteOp type.
.types.WriteOpType type = 3;Copyright © 2019. All rights reserved.