@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
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. When the participant is run in mode requiring authentication, all the calls in this interface will respond with UNAUTHENTICATED, if the caller fails to provide a valid access token, and will respond with PERMISSION_DENIED, if the claims in the token are insufficient to perform a given operation. Subsequently, only specific errors of individual calls not related to authorization will be described.
Modifier and Type | Class and Description |
---|---|
static class |
PackageManagementServiceGrpc.PackageManagementServiceBlockingStub
Query the DAML-LF packages supported by the ledger participant and upload
DAR files.
|
static class |
PackageManagementServiceGrpc.PackageManagementServiceFutureStub
Query the DAML-LF packages supported by the ledger participant and upload
DAR files.
|
static class |
PackageManagementServiceGrpc.PackageManagementServiceImplBase
Query the DAML-LF packages supported by the ledger participant and upload
DAR files.
|
static class |
PackageManagementServiceGrpc.PackageManagementServiceStub
Query the DAML-LF packages supported by the ledger participant and upload
DAR files.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.ListKnownPackagesRequest,PackageManagementServiceOuterClass.ListKnownPackagesResponse> getListKnownPackagesMethod()
public static io.grpc.MethodDescriptor<PackageManagementServiceOuterClass.UploadDarFileRequest,PackageManagementServiceOuterClass.UploadDarFileResponse> getUploadDarFileMethod()
public static PackageManagementServiceGrpc.PackageManagementServiceStub newStub(io.grpc.Channel channel)
public static PackageManagementServiceGrpc.PackageManagementServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PackageManagementServiceGrpc.PackageManagementServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()