public static final class CommitStatusRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder> implements CommitStatusRequestOrBuilder
CommitStatusRequest contains the details required to check whether a transaction has been successfully committed.Protobuf type
gateway.CommitStatusRequest
Modifier and Type | Method and Description |
---|---|
CommitStatusRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommitStatusRequest |
build() |
CommitStatusRequest |
buildPartial() |
CommitStatusRequest.Builder |
clear() |
CommitStatusRequest.Builder |
clearChannelId()
Identifier of the channel this request is bound for.
|
CommitStatusRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CommitStatusRequest.Builder |
clearIdentity()
Client requestor identity.
|
CommitStatusRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CommitStatusRequest.Builder |
clearTransactionId()
Identifier of the transaction to check.
|
CommitStatusRequest.Builder |
clone() |
String |
getChannelId()
Identifier of the channel this request is bound for.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
Identifier of the channel this request is bound for.
|
CommitStatusRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getIdentity()
Client requestor identity.
|
String |
getTransactionId()
Identifier of the transaction to check.
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
Identifier of the transaction to check.
|
boolean |
isInitialized() |
CommitStatusRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CommitStatusRequest.Builder |
mergeFrom(CommitStatusRequest other) |
CommitStatusRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
CommitStatusRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CommitStatusRequest.Builder |
setChannelId(String value)
Identifier of the channel this request is bound for.
|
CommitStatusRequest.Builder |
setChannelIdBytes(com.google.protobuf.ByteString value)
Identifier of the channel this request is bound for.
|
CommitStatusRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommitStatusRequest.Builder |
setIdentity(com.google.protobuf.ByteString value)
Client requestor identity.
|
CommitStatusRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CommitStatusRequest.Builder |
setTransactionId(String value)
Identifier of the transaction to check.
|
CommitStatusRequest.Builder |
setTransactionIdBytes(com.google.protobuf.ByteString value)
Identifier of the transaction to check.
|
CommitStatusRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public CommitStatusRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public CommitStatusRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public CommitStatusRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public CommitStatusRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CommitStatusRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public CommitStatusRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public CommitStatusRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public CommitStatusRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public CommitStatusRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public CommitStatusRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public CommitStatusRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CommitStatusRequest.Builder>
public CommitStatusRequest.Builder mergeFrom(CommitStatusRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public CommitStatusRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CommitStatusRequest.Builder>
IOException
public String getTransactionId()
Identifier of the transaction to check.
string transaction_id = 1 [json_name = "transactionId"];
getTransactionId
in interface CommitStatusRequestOrBuilder
public com.google.protobuf.ByteString getTransactionIdBytes()
Identifier of the transaction to check.
string transaction_id = 1 [json_name = "transactionId"];
getTransactionIdBytes
in interface CommitStatusRequestOrBuilder
public CommitStatusRequest.Builder setTransactionId(String value)
Identifier of the transaction to check.
string transaction_id = 1 [json_name = "transactionId"];
value
- The transactionId to set.public CommitStatusRequest.Builder clearTransactionId()
Identifier of the transaction to check.
string transaction_id = 1 [json_name = "transactionId"];
public CommitStatusRequest.Builder setTransactionIdBytes(com.google.protobuf.ByteString value)
Identifier of the transaction to check.
string transaction_id = 1 [json_name = "transactionId"];
value
- The bytes for transactionId to set.public String getChannelId()
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
getChannelId
in interface CommitStatusRequestOrBuilder
public com.google.protobuf.ByteString getChannelIdBytes()
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
getChannelIdBytes
in interface CommitStatusRequestOrBuilder
public CommitStatusRequest.Builder setChannelId(String value)
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
value
- The channelId to set.public CommitStatusRequest.Builder clearChannelId()
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
public CommitStatusRequest.Builder setChannelIdBytes(com.google.protobuf.ByteString value)
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
value
- The bytes for channelId to set.public com.google.protobuf.ByteString getIdentity()
Client requestor identity.
bytes identity = 3 [json_name = "identity"];
getIdentity
in interface CommitStatusRequestOrBuilder
public CommitStatusRequest.Builder setIdentity(com.google.protobuf.ByteString value)
Client requestor identity.
bytes identity = 3 [json_name = "identity"];
value
- The identity to set.public CommitStatusRequest.Builder clearIdentity()
Client requestor identity.
bytes identity = 3 [json_name = "identity"];
public final CommitStatusRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
public final CommitStatusRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<CommitStatusRequest.Builder>
Copyright © 2022. All rights reserved.