Package com.daml.ledger.api.v2.admin
Class PackageManagementServiceGrpc
java.lang.Object
com.daml.ledger.api.v2.admin.PackageManagementServiceGrpc
@Generated(value="by gRPC proto compiler",
comments="Source: com/daml/ledger/api/v2/admin/package_management_service.proto")
public final class PackageManagementServiceGrpc
extends Object
Status: experimental interface, will change before it is deemed production ready Query the Daml-LF packages supported by the ledger participant and upload DAR files. We use 'backing participant' to refer to this specific participant in the methods of this API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceStatus: experimental interface, will change before it is deemed production ready Query the Daml-LF packages supported by the ledger participant and upload DAR files.static final classA stub to allow clients to do synchronous rpc calls to service PackageManagementService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service PackageManagementService.static classBase class for the server implementation of the service PackageManagementService.static final classA stub to allow clients to do asynchronous rpc calls to service PackageManagementService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.ListKnownPackagesRequest,PackageManagementServiceOuterClass.ListKnownPackagesResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.UploadDarFileRequest,PackageManagementServiceOuterClass.UploadDarFileResponse> static io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.ValidateDarFileRequest,PackageManagementServiceOuterClass.ValidateDarFileResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getListKnownPackagesMethod
public static io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.ListKnownPackagesRequest,PackageManagementServiceOuterClass.ListKnownPackagesResponse> getListKnownPackagesMethod() -
getUploadDarFileMethod
public static io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.UploadDarFileRequest,PackageManagementServiceOuterClass.UploadDarFileResponse> getUploadDarFileMethod() -
getValidateDarFileMethod
public static io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.ValidateDarFileRequest,PackageManagementServiceOuterClass.ValidateDarFileResponse> getValidateDarFileMethod() -
newStub
public static PackageManagementServiceGrpc.PackageManagementServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static PackageManagementServiceGrpc.PackageManagementServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static PackageManagementServiceGrpc.PackageManagementServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(PackageManagementServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-