public interface BranchRegisterRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AbstractTransactionRequestProto |
getAbstractTransactionRequest()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1; |
AbstractTransactionRequestProtoOrBuilder |
getAbstractTransactionRequestOrBuilder()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1; |
String |
getApplicationData()
string applicationData = 6; |
com.google.protobuf.ByteString |
getApplicationDataBytes()
string applicationData = 6; |
BranchTypeProto |
getBranchType()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 3; |
int |
getBranchTypeValue()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 3; |
String |
getLockKey()
string lockKey = 5; |
com.google.protobuf.ByteString |
getLockKeyBytes()
string lockKey = 5; |
String |
getResourceId()
string resourceId = 4; |
com.google.protobuf.ByteString |
getResourceIdBytes()
string resourceId = 4; |
String |
getXid()
string xid = 2; |
com.google.protobuf.ByteString |
getXidBytes()
string xid = 2; |
boolean |
hasAbstractTransactionRequest()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAbstractTransactionRequest()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1;AbstractTransactionRequestProto getAbstractTransactionRequest()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1;AbstractTransactionRequestProtoOrBuilder getAbstractTransactionRequestOrBuilder()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1;String getXid()
string xid = 2;com.google.protobuf.ByteString getXidBytes()
string xid = 2;int getBranchTypeValue()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 3;BranchTypeProto getBranchType()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 3;String getResourceId()
string resourceId = 4;com.google.protobuf.ByteString getResourceIdBytes()
string resourceId = 4;String getLockKey()
string lockKey = 5;com.google.protobuf.ByteString getLockKeyBytes()
string lockKey = 5;String getApplicationData()
string applicationData = 6;com.google.protobuf.ByteString getApplicationDataBytes()
string applicationData = 6;Copyright © 2023 Seata. All rights reserved.