public interface PreparedTransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Envelope |
getEnvelope()
The transaction envelope.
|
EnvelopeOrBuilder |
getEnvelopeOrBuilder()
The transaction envelope.
|
String |
getTransactionId()
Identifier of the prepared transaction.
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
Identifier of the prepared transaction.
|
boolean |
hasEnvelope()
The transaction envelope.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getTransactionId()
Identifier of the prepared transaction.
string transaction_id = 1 [json_name = "transactionId"];
com.google.protobuf.ByteString getTransactionIdBytes()
Identifier of the prepared transaction.
string transaction_id = 1 [json_name = "transactionId"];
boolean hasEnvelope()
The transaction envelope.
.common.Envelope envelope = 2 [json_name = "envelope"];
Envelope getEnvelope()
The transaction envelope.
.common.Envelope envelope = 2 [json_name = "envelope"];
EnvelopeOrBuilder getEnvelopeOrBuilder()
The transaction envelope.
.common.Envelope envelope = 2 [json_name = "envelope"];
Copyright © 2022. All rights reserved.