public static interface TransactionServiceOuterClass.GetTransactionByEventIdRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventId()
The ID of a particular event.
|
com.google.protobuf.ByteString |
getEventIdBytes()
The ID of a particular event.
|
java.lang.String |
getLedgerId()
Must correspond to the ledger ID reported by the Ledger Identification Service.
|
com.google.protobuf.ByteString |
getLedgerIdBytes()
Must correspond to the ledger ID reported by the Ledger Identification Service.
|
java.lang.String |
getRequestingParties(int index)
The parties whose events the client expects to see.
|
com.google.protobuf.ByteString |
getRequestingPartiesBytes(int index)
The parties whose events the client expects to see.
|
int |
getRequestingPartiesCount()
The parties whose events the client expects to see.
|
java.util.List<java.lang.String> |
getRequestingPartiesList()
The parties whose events the client expects to see.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getLedgerId()
Must correspond to the ledger ID reported by the Ledger Identification Service. Must be a valid LedgerString (as described in ``value.proto``). Required
string ledger_id = 1 [json_name = "ledgerId"];
com.google.protobuf.ByteString getLedgerIdBytes()
Must correspond to the ledger ID reported by the Ledger Identification Service. Must be a valid LedgerString (as described in ``value.proto``). Required
string ledger_id = 1 [json_name = "ledgerId"];
java.lang.String getEventId()
The ID of a particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 2 [json_name = "eventId"];
com.google.protobuf.ByteString getEventIdBytes()
The ID of a particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 2 [json_name = "eventId"];
java.util.List<java.lang.String> getRequestingPartiesList()
The parties whose events the client expects to see. Events that are not visible for the parties in this collection will not be present in the response. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string requesting_parties = 3 [json_name = "requestingParties"];
int getRequestingPartiesCount()
The parties whose events the client expects to see. Events that are not visible for the parties in this collection will not be present in the response. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string requesting_parties = 3 [json_name = "requestingParties"];
java.lang.String getRequestingParties(int index)
The parties whose events the client expects to see. Events that are not visible for the parties in this collection will not be present in the response. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string requesting_parties = 3 [json_name = "requestingParties"];
index
- The index of the element to return.com.google.protobuf.ByteString getRequestingPartiesBytes(int index)
The parties whose events the client expects to see. Events that are not visible for the parties in this collection will not be present in the response. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string requesting_parties = 3 [json_name = "requestingParties"];
index
- The index of the value to return.