public interface CommitStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getTransactionId()
Identifier of the transaction to check.
string transaction_id = 1 [json_name = "transactionId"];
com.google.protobuf.ByteString getTransactionIdBytes()
Identifier of the transaction to check.
string transaction_id = 1 [json_name = "transactionId"];
String getChannelId()
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
com.google.protobuf.ByteString getChannelIdBytes()
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
com.google.protobuf.ByteString getIdentity()
Client requestor identity.
bytes identity = 3 [json_name = "identity"];
Copyright © 2022. All rights reserved.