Package com.daml.ledger.api.v1.admin
Class MeteringReportServiceGrpc.MeteringReportServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MeteringReportServiceGrpc.MeteringReportServiceBlockingStub>
-
- com.daml.ledger.api.v1.admin.MeteringReportServiceGrpc.MeteringReportServiceBlockingStub
-
- Enclosing class:
- MeteringReportServiceGrpc
public static final class MeteringReportServiceGrpc.MeteringReportServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<MeteringReportServiceGrpc.MeteringReportServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service MeteringReportService.Experimental API to retrieve metering reports. Metering reports aim to provide the information necessary for billing participant and application operators.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MeteringReportServiceGrpc.MeteringReportServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
MeteringReportOuterClass.GetMeteringReportResponse
getMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request)
Retrieve a metering report.
-
-
-
Method Detail
-
build
protected MeteringReportServiceGrpc.MeteringReportServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<MeteringReportServiceGrpc.MeteringReportServiceBlockingStub>
-
getMeteringReport
public MeteringReportOuterClass.GetMeteringReportResponse getMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request)
Retrieve a metering report.
-
-