| 程序包 | 说明 |
|---|---|
| io.seata.serializer.protobuf.generated |
| 限定符和类型 | 方法和说明 |
|---|---|
static BranchTypeProto |
BranchTypeProto.forNumber(int value) |
BranchTypeProto |
UndoLogDeleteRequestProtoOrBuilder.getBranchType()
The Branch type.
|
BranchTypeProto |
UndoLogDeleteRequestProto.getBranchType()
The Branch type.
|
BranchTypeProto |
UndoLogDeleteRequestProto.Builder.getBranchType()
The Branch type.
|
BranchTypeProto |
BranchReportRequestProtoOrBuilder.getBranchType()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 7; |
BranchTypeProto |
BranchReportRequestProto.getBranchType()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 7; |
BranchTypeProto |
BranchReportRequestProto.Builder.getBranchType()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 7; |
BranchTypeProto |
BranchRegisterRequestProtoOrBuilder.getBranchType()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 3; |
BranchTypeProto |
BranchRegisterRequestProto.getBranchType()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 3; |
BranchTypeProto |
BranchRegisterRequestProto.Builder.getBranchType()
.io.seata.protocol.protobuf.BranchTypeProto branchType = 3; |
BranchTypeProto |
AbstractBranchEndRequestProtoOrBuilder.getBranchType()
The Branch type.
|
BranchTypeProto |
AbstractBranchEndRequestProto.getBranchType()
The Branch type.
|
BranchTypeProto |
AbstractBranchEndRequestProto.Builder.getBranchType()
The Branch type.
|
static BranchTypeProto |
BranchTypeProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BranchTypeProto |
BranchTypeProto.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static BranchTypeProto |
BranchTypeProto.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BranchTypeProto[] |
BranchTypeProto.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<BranchTypeProto> |
BranchTypeProto.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
UndoLogDeleteRequestProto.Builder |
UndoLogDeleteRequestProto.Builder.setBranchType(BranchTypeProto value)
The Branch type.
|
BranchReportRequestProto.Builder |
BranchReportRequestProto.Builder.setBranchType(BranchTypeProto value)
.io.seata.protocol.protobuf.BranchTypeProto branchType = 7; |
BranchRegisterRequestProto.Builder |
BranchRegisterRequestProto.Builder.setBranchType(BranchTypeProto value)
.io.seata.protocol.protobuf.BranchTypeProto branchType = 3; |
AbstractBranchEndRequestProto.Builder |
AbstractBranchEndRequestProto.Builder.setBranchType(BranchTypeProto value)
The Branch type.
|
Copyright © 2020 Seata. All rights reserved.