| Package | Description |
|---|---|
| io.seata.serializer.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
Use
forNumber(int) instead. |
static BranchTypeProto |
BranchTypeProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchTypeProto[] |
BranchTypeProto.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<BranchTypeProto> |
BranchTypeProto.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 Seata. All rights reserved.