Uses of Class
com.daml.ledger.api.v2.EventQueryServiceOuterClass.Created.Builder
Packages that use EventQueryServiceOuterClass.Created.Builder
-
Uses of EventQueryServiceOuterClass.Created.Builder in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return EventQueryServiceOuterClass.Created.BuilderModifier and TypeMethodDescriptionEventQueryServiceOuterClass.Created.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EventQueryServiceOuterClass.Created.Builder.clear()
EventQueryServiceOuterClass.Created.Builder.clearCreatedEvent()
Required The event as it appeared in the context of its original update (i.e.EventQueryServiceOuterClass.Created.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) EventQueryServiceOuterClass.Created.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) EventQueryServiceOuterClass.Created.Builder.clearSynchronizerId()
The synchronizer which sequenced the creation of the contract RequiredEventQueryServiceOuterClass.Created.Builder.clone()
EventQueryServiceOuterClass.GetEventsByContractIdResponse.Builder.getCreatedBuilder()
The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.EventQueryServiceOuterClass.Created.Builder.mergeCreatedEvent
(EventOuterClass.CreatedEvent value) Required The event as it appeared in the context of its original update (i.e.EventQueryServiceOuterClass.Created.Builder.mergeFrom
(EventQueryServiceOuterClass.Created other) EventQueryServiceOuterClass.Created.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EventQueryServiceOuterClass.Created.Builder.mergeFrom
(com.google.protobuf.Message other) EventQueryServiceOuterClass.Created.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) EventQueryServiceOuterClass.Created.newBuilder()
EventQueryServiceOuterClass.Created.newBuilder
(EventQueryServiceOuterClass.Created prototype) EventQueryServiceOuterClass.Created.newBuilderForType()
EventQueryServiceOuterClass.Created.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) EventQueryServiceOuterClass.Created.Builder.setCreatedEvent
(EventOuterClass.CreatedEvent value) Required The event as it appeared in the context of its original update (i.e.EventQueryServiceOuterClass.Created.Builder.setCreatedEvent
(EventOuterClass.CreatedEvent.Builder builderForValue) Required The event as it appeared in the context of its original update (i.e.EventQueryServiceOuterClass.Created.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EventQueryServiceOuterClass.Created.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) EventQueryServiceOuterClass.Created.Builder.setSynchronizerId
(String value) The synchronizer which sequenced the creation of the contract RequiredEventQueryServiceOuterClass.Created.Builder.setSynchronizerIdBytes
(com.google.protobuf.ByteString value) The synchronizer which sequenced the creation of the contract RequiredEventQueryServiceOuterClass.Created.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) EventQueryServiceOuterClass.Created.toBuilder()
Methods in com.daml.ledger.api.v2 with parameters of type EventQueryServiceOuterClass.Created.BuilderModifier and TypeMethodDescriptionEventQueryServiceOuterClass.GetEventsByContractIdResponse.Builder.setCreated
(EventQueryServiceOuterClass.Created.Builder builderForValue) The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.