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 class
PackageManagementServiceGrpc.PackageManagementServiceBlockingStub
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.PackageManagementServiceFutureStub
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.PackageManagementServiceImplBase
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.PackageManagementServiceStub
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.
-
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
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-