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.ObjectAllows clients to query the Daml-LF packages that are supported by the server.
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPackageServiceGrpc.PackageServiceBlockingStubAllows clients to query the Daml-LF packages that are supported by the server.static classPackageServiceGrpc.PackageServiceFutureStubAllows clients to query the Daml-LF packages that are supported by the server.static classPackageServiceGrpc.PackageServiceImplBaseAllows clients to query the Daml-LF packages that are supported by the server.static classPackageServiceGrpc.PackageServiceStubAllows clients to query the Daml-LF packages that are supported by the server. 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_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.ServiceDescriptorgetServiceDescriptor()static PackageServiceGrpc.PackageServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic PackageServiceGrpc.PackageServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PackageServiceGrpc.PackageServiceStubnewStub(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()
 
 - 
 
 -