public static interface EventOuterClass.ArchivedEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContractId()
The ID of the archived contract.
|
com.google.protobuf.ByteString |
getContractIdBytes()
The ID of the archived contract.
|
java.lang.String |
getEventId()
The ID of this particular event.
|
com.google.protobuf.ByteString |
getEventIdBytes()
The ID of this particular event.
|
ValueOuterClass.Identifier |
getTemplateId()
The template of the archived contract.
|
ValueOuterClass.IdentifierOrBuilder |
getTemplateIdOrBuilder()
The template of the archived contract.
|
java.lang.String |
getWitnessParties(int index)
The parties that are notified of this event.
|
com.google.protobuf.ByteString |
getWitnessPartiesBytes(int index)
The parties that are notified of this event.
|
int |
getWitnessPartiesCount()
The parties that are notified of this event.
|
java.util.List<java.lang.String> |
getWitnessPartiesList()
The parties that are notified of this event.
|
boolean |
hasTemplateId()
The template of the archived contract.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getEventId()
The ID of this particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 1[json_name = "eventId"];
com.google.protobuf.ByteString getEventIdBytes()
The ID of this particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 1[json_name = "eventId"];
java.lang.String getContractId()
The ID of the archived contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 2[json_name = "contractId"];
com.google.protobuf.ByteString getContractIdBytes()
The ID of the archived contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 2[json_name = "contractId"];
boolean hasTemplateId()
The template of the archived contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
ValueOuterClass.Identifier getTemplateId()
The template of the archived contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
The template of the archived contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
java.util.List<java.lang.String> getWitnessPartiesList()
The parties that are notified of this event. For `ArchivedEvent`s, these are the intersection of the stakeholders of the contract in question and the parties specified in the `TransactionFilter`. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as descibed in ``value.proto``). Required
repeated string witness_parties = 4[json_name = "witnessParties"];
int getWitnessPartiesCount()
The parties that are notified of this event. For `ArchivedEvent`s, these are the intersection of the stakeholders of the contract in question and the parties specified in the `TransactionFilter`. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as descibed in ``value.proto``). Required
repeated string witness_parties = 4[json_name = "witnessParties"];
java.lang.String getWitnessParties(int index)
The parties that are notified of this event. For `ArchivedEvent`s, these are the intersection of the stakeholders of the contract in question and the parties specified in the `TransactionFilter`. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as descibed in ``value.proto``). Required
repeated string witness_parties = 4[json_name = "witnessParties"];
index
- The index of the element to return.com.google.protobuf.ByteString getWitnessPartiesBytes(int index)
The parties that are notified of this event. For `ArchivedEvent`s, these are the intersection of the stakeholders of the contract in question and the parties specified in the `TransactionFilter`. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as descibed in ``value.proto``). Required
repeated string witness_parties = 4[json_name = "witnessParties"];
index
- The index of the value to return.