Package com.daml.ledger.api.v1.admin
Class PackageManagementServiceGrpc
- java.lang.Object
-
- com.daml.ledger.api.v1.admin.PackageManagementServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/admin/package_management_service.proto") public final class PackageManagementServiceGrpc extends java.lang.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 Classes Modifier and Type Class Description static interface
PackageManagementServiceGrpc.AsyncService
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.static class
PackageManagementServiceGrpc.PackageManagementServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service PackageManagementService.static class
PackageManagementServiceGrpc.PackageManagementServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service PackageManagementService.static class
PackageManagementServiceGrpc.PackageManagementServiceImplBase
Base class for the server implementation of the service PackageManagementService.static class
PackageManagementServiceGrpc.PackageManagementServiceStub
A stub to allow clients to do asynchronous rpc calls to service PackageManagementService.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListKnownPackagesMethod
public static io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.ListKnownPackagesRequest,PackageManagementServiceOuterClass.ListKnownPackagesResponse> getListKnownPackagesMethod()
-
getUploadDarFileMethod
public static io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.UploadDarFileRequest,PackageManagementServiceOuterClass.UploadDarFileResponse> getUploadDarFileMethod()
-
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()
-
-