Package com.daml.ledger.api.v1.admin
Class MeteringReportServiceGrpc
- java.lang.Object
 - 
- com.daml.ledger.api.v1.admin.MeteringReportServiceGrpc
 
 
- 
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/admin/metering_report_service.proto") public final class MeteringReportServiceGrpc extends java.lang.ObjectExperimental API to retrieve metering reports. Metering reports aim to provide the information necessary for billing participant and application operators.
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMeteringReportServiceGrpc.MeteringReportServiceBlockingStubExperimental API to retrieve metering reports.static classMeteringReportServiceGrpc.MeteringReportServiceFutureStubExperimental API to retrieve metering reports.static classMeteringReportServiceGrpc.MeteringReportServiceImplBaseExperimental API to retrieve metering reports.static classMeteringReportServiceGrpc.MeteringReportServiceStubExperimental API to retrieve metering reports. 
- 
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<MeteringReportOuterClass.GetMeteringReportRequest,MeteringReportOuterClass.GetMeteringReportResponse>getGetMeteringReportMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static MeteringReportServiceGrpc.MeteringReportServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MeteringReportServiceGrpc.MeteringReportServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MeteringReportServiceGrpc.MeteringReportServiceStubnewStub(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
- 
getGetMeteringReportMethod
public static io.grpc.MethodDescriptor<MeteringReportOuterClass.GetMeteringReportRequest,MeteringReportOuterClass.GetMeteringReportResponse> getGetMeteringReportMethod()
 
- 
newStub
public static MeteringReportServiceGrpc.MeteringReportServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service 
- 
newBlockingStub
public static MeteringReportServiceGrpc.MeteringReportServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service 
- 
newFutureStub
public static MeteringReportServiceGrpc.MeteringReportServiceFutureStub 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()
 
 - 
 
 -