@Generated(value="by gRPC proto compiler",
comments="Source: com/daml/ledger/api/v1/package_service.proto")
public final class PackageServiceGrpc
extends java.lang.Object
Allows clients to query the DAML-LF packages that are supported by the server.
Modifier and Type | Class and Description |
---|---|
static class |
PackageServiceGrpc.PackageServiceBlockingStub
Allows clients to query the DAML-LF packages that are supported by the server.
|
static class |
PackageServiceGrpc.PackageServiceFutureStub
Allows clients to query the DAML-LF packages that are supported by the server.
|
static class |
PackageServiceGrpc.PackageServiceImplBase
Allows clients to query the DAML-LF packages that are supported by the server.
|
static class |
PackageServiceGrpc.PackageServiceStub
Allows clients to query the DAML-LF packages that are supported by the server.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<PackageServiceOuterClass.GetPackageRequest,PackageServiceOuterClass.GetPackageResponse> |
getGetPackageMethod() |
static io.grpc.MethodDescriptor<PackageServiceOuterClass.GetPackageStatusRequest,PackageServiceOuterClass.GetPackageStatusResponse> |
getGetPackageStatusMethod() |
static io.grpc.MethodDescriptor<PackageServiceOuterClass.ListPackagesRequest,PackageServiceOuterClass.ListPackagesResponse> |
getListPackagesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static PackageServiceGrpc.PackageServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static PackageServiceGrpc.PackageServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static PackageServiceGrpc.PackageServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<PackageServiceOuterClass.ListPackagesRequest,PackageServiceOuterClass.ListPackagesResponse> getListPackagesMethod()
public static io.grpc.MethodDescriptor<PackageServiceOuterClass.GetPackageRequest,PackageServiceOuterClass.GetPackageResponse> getGetPackageMethod()
public static io.grpc.MethodDescriptor<PackageServiceOuterClass.GetPackageStatusRequest,PackageServiceOuterClass.GetPackageStatusResponse> getGetPackageStatusMethod()
public static PackageServiceGrpc.PackageServiceStub newStub(io.grpc.Channel channel)
public static PackageServiceGrpc.PackageServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PackageServiceGrpc.PackageServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()