Uses of Class
com.daml.ledger.api.v2.EventQueryServiceOuterClass.GetEventsByContractIdRequest
Packages that use EventQueryServiceOuterClass.GetEventsByContractIdRequest
-
Uses of EventQueryServiceOuterClass.GetEventsByContractIdRequest in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return EventQueryServiceOuterClass.GetEventsByContractIdRequestModifier and TypeMethodDescriptionEventQueryServiceOuterClass.GetEventsByContractIdRequest.Builder.build()EventQueryServiceOuterClass.GetEventsByContractIdRequest.Builder.buildPartial()EventQueryServiceOuterClass.GetEventsByContractIdRequest.getDefaultInstance()EventQueryServiceOuterClass.GetEventsByContractIdRequest.Builder.getDefaultInstanceForType()EventQueryServiceOuterClass.GetEventsByContractIdRequest.getDefaultInstanceForType()EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseDelimitedFrom(InputStream input) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(byte[] data) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(com.google.protobuf.ByteString data) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(com.google.protobuf.CodedInputStream input) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(InputStream input) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(ByteBuffer data) EventQueryServiceOuterClass.GetEventsByContractIdRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type EventQueryServiceOuterClass.GetEventsByContractIdRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<EventQueryServiceOuterClass.GetEventsByContractIdRequest,EventQueryServiceOuterClass.GetEventsByContractIdResponse> EventQueryServiceGrpc.getGetEventsByContractIdMethod()com.google.protobuf.Parser<EventQueryServiceOuterClass.GetEventsByContractIdRequest>EventQueryServiceOuterClass.GetEventsByContractIdRequest.getParserForType()static com.google.protobuf.Parser<EventQueryServiceOuterClass.GetEventsByContractIdRequest>EventQueryServiceOuterClass.GetEventsByContractIdRequest.parser()Methods in com.daml.ledger.api.v2 with parameters of type EventQueryServiceOuterClass.GetEventsByContractIdRequestModifier and TypeMethodDescriptiondefault voidEventQueryServiceGrpc.AsyncService.getEventsByContractId(EventQueryServiceOuterClass.GetEventsByContractIdRequest request, io.grpc.stub.StreamObserver<EventQueryServiceOuterClass.GetEventsByContractIdResponse> responseObserver) Get the create and the consuming exercise event for the contract with the provided ID.EventQueryServiceGrpc.EventQueryServiceBlockingStub.getEventsByContractId(EventQueryServiceOuterClass.GetEventsByContractIdRequest request) Get the create and the consuming exercise event for the contract with the provided ID.com.google.common.util.concurrent.ListenableFuture<EventQueryServiceOuterClass.GetEventsByContractIdResponse>EventQueryServiceGrpc.EventQueryServiceFutureStub.getEventsByContractId(EventQueryServiceOuterClass.GetEventsByContractIdRequest request) Get the create and the consuming exercise event for the contract with the provided ID.voidEventQueryServiceGrpc.EventQueryServiceStub.getEventsByContractId(EventQueryServiceOuterClass.GetEventsByContractIdRequest request, io.grpc.stub.StreamObserver<EventQueryServiceOuterClass.GetEventsByContractIdResponse> responseObserver) Get the create and the consuming exercise event for the contract with the provided ID.EventQueryServiceOuterClass.GetEventsByContractIdRequest.Builder.mergeFrom(EventQueryServiceOuterClass.GetEventsByContractIdRequest other) EventQueryServiceOuterClass.GetEventsByContractIdRequest.newBuilder(EventQueryServiceOuterClass.GetEventsByContractIdRequest prototype) -
Uses of EventQueryServiceOuterClass.GetEventsByContractIdRequest in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return EventQueryServiceOuterClass.GetEventsByContractIdRequestMethods in com.daml.ledger.javaapi.data with parameters of type EventQueryServiceOuterClass.GetEventsByContractIdRequestModifier and TypeMethodDescriptionstatic GetEventsByContractIdRequestGetEventsByContractIdRequest.fromProto(EventQueryServiceOuterClass.GetEventsByContractIdRequest getEventsByContractIdRequest)