AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.clear() |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.clearAbstractMessage()
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.clearApplicationId()
string applicationId = 3;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.clearExtraData()
string extraData = 5;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.clearTransactionServiceGroup()
string transactionServiceGroup = 4;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.clearVersion()
string version = 2;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.clone() |
AbstractIdentifyRequestProto.Builder |
RegisterTMRequestProto.Builder.getAbstractIdentifyRequestBuilder()
.io.seata.protocol.protobuf.AbstractIdentifyRequestProto abstractIdentifyRequest = 1;
|
AbstractIdentifyRequestProto.Builder |
RegisterRMRequestProto.Builder.getAbstractIdentifyRequestBuilder()
.io.seata.protocol.protobuf.AbstractIdentifyRequestProto abstractIdentifyRequest = 1;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.mergeAbstractMessage(AbstractMessageProto value)
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.mergeFrom(AbstractIdentifyRequestProto other) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.mergeFrom(com.google.protobuf.Message other) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.newBuilder() |
static AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.newBuilder(AbstractIdentifyRequestProto prototype) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.newBuilderForType() |
protected AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setAbstractMessage(AbstractMessageProto.Builder builderForValue)
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setAbstractMessage(AbstractMessageProto value)
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setApplicationId(String value)
string applicationId = 3;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setApplicationIdBytes(com.google.protobuf.ByteString value)
string applicationId = 3;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setExtraData(String value)
string extraData = 5;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setExtraDataBytes(com.google.protobuf.ByteString value)
string extraData = 5;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setTransactionServiceGroup(String value)
string transactionServiceGroup = 4;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setTransactionServiceGroupBytes(com.google.protobuf.ByteString value)
string transactionServiceGroup = 4;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setVersion(String value)
string version = 2;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.Builder.setVersionBytes(com.google.protobuf.ByteString value)
string version = 2;
|
AbstractIdentifyRequestProto.Builder |
AbstractIdentifyRequestProto.toBuilder() |