| 程序包 | 说明 |
|---|---|
| io.seata.serializer.protobuf.generated |
| 限定符和类型 | 方法和说明 |
|---|---|
static GlobalStatusProto |
GlobalStatusProto.forNumber(int value) |
GlobalStatusProto |
GlobalReportRequestProtoOrBuilder.getGlobalStatus()
.io.seata.protocol.protobuf.GlobalStatusProto globalStatus = 2; |
GlobalStatusProto |
GlobalReportRequestProto.getGlobalStatus()
.io.seata.protocol.protobuf.GlobalStatusProto globalStatus = 2; |
GlobalStatusProto |
GlobalReportRequestProto.Builder.getGlobalStatus()
.io.seata.protocol.protobuf.GlobalStatusProto globalStatus = 2; |
GlobalStatusProto |
AbstractGlobalEndResponseProtoOrBuilder.getGlobalStatus()
.io.seata.protocol.protobuf.GlobalStatusProto globalStatus = 2; |
GlobalStatusProto |
AbstractGlobalEndResponseProto.getGlobalStatus()
.io.seata.protocol.protobuf.GlobalStatusProto globalStatus = 2; |
GlobalStatusProto |
AbstractGlobalEndResponseProto.Builder.getGlobalStatus()
.io.seata.protocol.protobuf.GlobalStatusProto globalStatus = 2; |
static GlobalStatusProto |
GlobalStatusProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GlobalStatusProto |
GlobalStatusProto.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static GlobalStatusProto |
GlobalStatusProto.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GlobalStatusProto[] |
GlobalStatusProto.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<GlobalStatusProto> |
GlobalStatusProto.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
GlobalReportRequestProto.Builder |
GlobalReportRequestProto.Builder.setGlobalStatus(GlobalStatusProto value)
.io.seata.protocol.protobuf.GlobalStatusProto globalStatus = 2; |
AbstractGlobalEndResponseProto.Builder |
AbstractGlobalEndResponseProto.Builder.setGlobalStatus(GlobalStatusProto value)
.io.seata.protocol.protobuf.GlobalStatusProto globalStatus = 2; |
Copyright © 2022 Seata. All rights reserved.