Package com.daml.ledger.api.v2
Interface EventQueryServiceOuterClass.GetEventsByContractIdRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventQueryServiceOuterClass.GetEventsByContractIdRequest,EventQueryServiceOuterClass.GetEventsByContractIdRequest.Builder
- Enclosing class:
EventQueryServiceOuterClass
public static interface EventQueryServiceOuterClass.GetEventsByContractIdRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe contract id being queried.com.google.protobuf.ByteStringThe contract id being queried.Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.booleanFormat of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getContractId
String getContractId()The contract id being queried. Required
string contract_id = 1;- Returns:
- The contractId.
-
getContractIdBytes
com.google.protobuf.ByteString getContractIdBytes()The contract id being queried. Required
string contract_id = 1;- Returns:
- The bytes for contractId.
-
hasEventFormat
boolean hasEventFormat()Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA. Required
.com.daml.ledger.api.v2.EventFormat event_format = 3;- Returns:
- Whether the eventFormat field is set.
-
getEventFormat
TransactionFilterOuterClass.EventFormat getEventFormat()Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA. Required
.com.daml.ledger.api.v2.EventFormat event_format = 3;- Returns:
- The eventFormat.
-
getEventFormatOrBuilder
TransactionFilterOuterClass.EventFormatOrBuilder getEventFormatOrBuilder()Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA. Required
.com.daml.ledger.api.v2.EventFormat event_format = 3;
-