Package com.daml.ledger.api.v1
Class PackageServiceGrpc
- java.lang.Object
-
- com.daml.ledger.api.v1.PackageServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 servicestatic PackageServiceGrpc.PackageServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PackageServiceGrpc.PackageServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListPackagesMethod
public static io.grpc.MethodDescriptor<PackageServiceOuterClass.ListPackagesRequest,PackageServiceOuterClass.ListPackagesResponse> getListPackagesMethod()
-
getGetPackageMethod
public static io.grpc.MethodDescriptor<PackageServiceOuterClass.GetPackageRequest,PackageServiceOuterClass.GetPackageResponse> getGetPackageMethod()
-
getGetPackageStatusMethod
public static io.grpc.MethodDescriptor<PackageServiceOuterClass.GetPackageStatusRequest,PackageServiceOuterClass.GetPackageStatusResponse> getGetPackageStatusMethod()
-
newStub
public static PackageServiceGrpc.PackageServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static PackageServiceGrpc.PackageServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static PackageServiceGrpc.PackageServiceFutureStub 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()
-
-