| Package | Description |
|---|---|
| io.seata.serializer.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static BranchStatusProto |
BranchStatusProto.forNumber(int value) |
BranchStatusProto |
AbstractBranchEndResponseProtoOrBuilder.getBranchStatus()
.io.seata.protocol.protobuf.BranchStatusProto branchStatus = 4; |
BranchStatusProto |
AbstractBranchEndResponseProto.getBranchStatus()
.io.seata.protocol.protobuf.BranchStatusProto branchStatus = 4; |
BranchStatusProto |
AbstractBranchEndResponseProto.Builder.getBranchStatus()
.io.seata.protocol.protobuf.BranchStatusProto branchStatus = 4; |
BranchStatusProto |
BranchReportRequestProtoOrBuilder.getStatus()
.io.seata.protocol.protobuf.BranchStatusProto status = 5; |
BranchStatusProto |
BranchReportRequestProto.getStatus()
.io.seata.protocol.protobuf.BranchStatusProto status = 5; |
BranchStatusProto |
BranchReportRequestProto.Builder.getStatus()
.io.seata.protocol.protobuf.BranchStatusProto status = 5; |
static BranchStatusProto |
BranchStatusProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BranchStatusProto |
BranchStatusProto.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BranchStatusProto |
BranchStatusProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchStatusProto[] |
BranchStatusProto.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<BranchStatusProto> |
BranchStatusProto.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AbstractBranchEndResponseProto.Builder |
AbstractBranchEndResponseProto.Builder.setBranchStatus(BranchStatusProto value)
.io.seata.protocol.protobuf.BranchStatusProto branchStatus = 4; |
BranchReportRequestProto.Builder |
BranchReportRequestProto.Builder.setStatus(BranchStatusProto value)
.io.seata.protocol.protobuf.BranchStatusProto status = 5; |
Copyright © 2023 Seata. All rights reserved.