Uses of Class
com.daml.ledger.api.v1.TransactionServiceOuterClass.GetTransactionResponse
-
Packages that use TransactionServiceOuterClass.GetTransactionResponse Package Description com.daml.ledger.api.v1 com.daml.ledger.javaapi.data -
-
Uses of TransactionServiceOuterClass.GetTransactionResponse in com.daml.ledger.api.v1
Methods in com.daml.ledger.api.v1 that return TransactionServiceOuterClass.GetTransactionResponse Modifier and Type Method Description TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse.Builder. build()
TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse.Builder. buildPartial()
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. getDefaultInstance()
TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse.Builder. getDefaultInstanceForType()
TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. getDefaultInstanceForType()
TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceGrpc.TransactionServiceBlockingStub. getTransactionByEventId(TransactionServiceOuterClass.GetTransactionByEventIdRequest request)
Lookup a transaction tree by the ID of an event that appears within it.TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceGrpc.TransactionServiceBlockingStub. getTransactionById(TransactionServiceOuterClass.GetTransactionByIdRequest request)
Lookup a transaction tree by its ID.static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseDelimitedFrom(java.io.InputStream input)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(byte[] data)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(com.google.protobuf.ByteString data)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(java.io.InputStream input)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(java.nio.ByteBuffer data)
static TransactionServiceOuterClass.GetTransactionResponse
TransactionServiceOuterClass.GetTransactionResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.daml.ledger.api.v1 that return types with arguments of type TransactionServiceOuterClass.GetTransactionResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetTransactionByEventIdRequest,TransactionServiceOuterClass.GetTransactionResponse>
TransactionServiceGrpc. getGetTransactionByEventIdMethod()
static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetTransactionByIdRequest,TransactionServiceOuterClass.GetTransactionResponse>
TransactionServiceGrpc. getGetTransactionByIdMethod()
com.google.protobuf.Parser<TransactionServiceOuterClass.GetTransactionResponse>
TransactionServiceOuterClass.GetTransactionResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<TransactionServiceOuterClass.GetTransactionResponse>
TransactionServiceGrpc.TransactionServiceFutureStub. getTransactionByEventId(TransactionServiceOuterClass.GetTransactionByEventIdRequest request)
Lookup a transaction tree by the ID of an event that appears within it.com.google.common.util.concurrent.ListenableFuture<TransactionServiceOuterClass.GetTransactionResponse>
TransactionServiceGrpc.TransactionServiceFutureStub. getTransactionById(TransactionServiceOuterClass.GetTransactionByIdRequest request)
Lookup a transaction tree by its ID.static com.google.protobuf.Parser<TransactionServiceOuterClass.GetTransactionResponse>
TransactionServiceOuterClass.GetTransactionResponse. parser()
Methods in com.daml.ledger.api.v1 with parameters of type TransactionServiceOuterClass.GetTransactionResponse Modifier and Type Method Description TransactionServiceOuterClass.GetTransactionResponse.Builder
TransactionServiceOuterClass.GetTransactionResponse.Builder. mergeFrom(TransactionServiceOuterClass.GetTransactionResponse other)
static TransactionServiceOuterClass.GetTransactionResponse.Builder
TransactionServiceOuterClass.GetTransactionResponse. newBuilder(TransactionServiceOuterClass.GetTransactionResponse prototype)
Method parameters in com.daml.ledger.api.v1 with type arguments of type TransactionServiceOuterClass.GetTransactionResponse Modifier and Type Method Description void
TransactionServiceGrpc.TransactionServiceImplBase. getTransactionByEventId(TransactionServiceOuterClass.GetTransactionByEventIdRequest request, io.grpc.stub.StreamObserver<TransactionServiceOuterClass.GetTransactionResponse> responseObserver)
Lookup a transaction tree by the ID of an event that appears within it.void
TransactionServiceGrpc.TransactionServiceStub. getTransactionByEventId(TransactionServiceOuterClass.GetTransactionByEventIdRequest request, io.grpc.stub.StreamObserver<TransactionServiceOuterClass.GetTransactionResponse> responseObserver)
Lookup a transaction tree by the ID of an event that appears within it.void
TransactionServiceGrpc.TransactionServiceImplBase. getTransactionById(TransactionServiceOuterClass.GetTransactionByIdRequest request, io.grpc.stub.StreamObserver<TransactionServiceOuterClass.GetTransactionResponse> responseObserver)
Lookup a transaction tree by its ID.void
TransactionServiceGrpc.TransactionServiceStub. getTransactionById(TransactionServiceOuterClass.GetTransactionByIdRequest request, io.grpc.stub.StreamObserver<TransactionServiceOuterClass.GetTransactionResponse> responseObserver)
Lookup a transaction tree by its ID. -
Uses of TransactionServiceOuterClass.GetTransactionResponse in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return TransactionServiceOuterClass.GetTransactionResponse Modifier and Type Method Description TransactionServiceOuterClass.GetTransactionResponse
GetTransactionResponse. toProto()
Methods in com.daml.ledger.javaapi.data with parameters of type TransactionServiceOuterClass.GetTransactionResponse Modifier and Type Method Description static GetTransactionResponse
GetTransactionResponse. fromProto(TransactionServiceOuterClass.GetTransactionResponse response)
-