Package com.daml.ledger.api.v2
Interface EventQueryServiceOuterClass.GetEventsByContractIdResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventQueryServiceOuterClass.GetEventsByContractIdResponse
,EventQueryServiceOuterClass.GetEventsByContractIdResponse.Builder
- Enclosing class:
- EventQueryServiceOuterClass
public static interface EventQueryServiceOuterClass.GetEventsByContractIdResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe archive event for the contract with the ``contract_id`` given in the request provided such an archive event exists and it has not yet been pruned.The archive event for the contract with the ``contract_id`` given in the request provided such an archive event exists and it has not yet been pruned.The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.boolean
The archive event for the contract with the ``contract_id`` given in the request provided such an archive event exists and it has not yet been pruned.boolean
The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCreated
boolean hasCreated()The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned. Optional
.com.daml.ledger.api.v2.Created created = 1 [json_name = "created"];
- Returns:
- Whether the created field is set.
-
getCreated
EventQueryServiceOuterClass.Created getCreated()The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned. Optional
.com.daml.ledger.api.v2.Created created = 1 [json_name = "created"];
- Returns:
- The created.
-
getCreatedOrBuilder
EventQueryServiceOuterClass.CreatedOrBuilder getCreatedOrBuilder()The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned. Optional
.com.daml.ledger.api.v2.Created created = 1 [json_name = "created"];
-
hasArchived
boolean hasArchived()The archive event for the contract with the ``contract_id`` given in the request provided such an archive event exists and it has not yet been pruned. Optional
.com.daml.ledger.api.v2.Archived archived = 2 [json_name = "archived"];
- Returns:
- Whether the archived field is set.
-
getArchived
EventQueryServiceOuterClass.Archived getArchived()The archive event for the contract with the ``contract_id`` given in the request provided such an archive event exists and it has not yet been pruned. Optional
.com.daml.ledger.api.v2.Archived archived = 2 [json_name = "archived"];
- Returns:
- The archived.
-
getArchivedOrBuilder
EventQueryServiceOuterClass.ArchivedOrBuilder getArchivedOrBuilder()The archive event for the contract with the ``contract_id`` given in the request provided such an archive event exists and it has not yet been pruned. Optional
.com.daml.ledger.api.v2.Archived archived = 2 [json_name = "archived"];
-