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