AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.clear() |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.clearAbstractResultMessage()
.io.seata.protocol.protobuf.AbstractResultMessageProto abstractResultMessage = 1;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.clearExtraData()
string extraData = 3;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.clearIdentified()
bool identified = 4;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.clearVersion()
string version = 2;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.clone() |
AbstractIdentifyResponseProto.Builder |
RegisterTMResponseProto.Builder.getAbstractIdentifyResponseBuilder()
.io.seata.protocol.protobuf.AbstractIdentifyResponseProto abstractIdentifyResponse = 1;
|
AbstractIdentifyResponseProto.Builder |
RegisterRMResponseProto.Builder.getAbstractIdentifyResponseBuilder()
.io.seata.protocol.protobuf.AbstractIdentifyResponseProto abstractIdentifyResponse = 1;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.mergeAbstractResultMessage(AbstractResultMessageProto value)
.io.seata.protocol.protobuf.AbstractResultMessageProto abstractResultMessage = 1;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.mergeFrom(AbstractIdentifyResponseProto other) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.mergeFrom(com.google.protobuf.Message other) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.newBuilder() |
static AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.newBuilder(AbstractIdentifyResponseProto prototype) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.newBuilderForType() |
protected AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setAbstractResultMessage(AbstractResultMessageProto.Builder builderForValue)
.io.seata.protocol.protobuf.AbstractResultMessageProto abstractResultMessage = 1;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setAbstractResultMessage(AbstractResultMessageProto value)
.io.seata.protocol.protobuf.AbstractResultMessageProto abstractResultMessage = 1;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setExtraData(String value)
string extraData = 3;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setExtraDataBytes(com.google.protobuf.ByteString value)
string extraData = 3;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setIdentified(boolean value)
bool identified = 4;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setVersion(String value)
string version = 2;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.Builder.setVersionBytes(com.google.protobuf.ByteString value)
string version = 2;
|
AbstractIdentifyResponseProto.Builder |
AbstractIdentifyResponseProto.toBuilder() |