Package com.daml.ledger.api.v1.admin
Class MeteringReportServiceGrpc.MeteringReportServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<MeteringReportServiceGrpc.MeteringReportServiceFutureStub>
-
- com.daml.ledger.api.v1.admin.MeteringReportServiceGrpc.MeteringReportServiceFutureStub
-
- Enclosing class:
- MeteringReportServiceGrpc
public static final class MeteringReportServiceGrpc.MeteringReportServiceFutureStub extends io.grpc.stub.AbstractFutureStub<MeteringReportServiceGrpc.MeteringReportServiceFutureStub>
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.MeteringReportServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<MeteringReportOuterClass.GetMeteringReportResponse>
getMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request)
Retrieve a metering report.
-
-
-
Method Detail
-
build
protected MeteringReportServiceGrpc.MeteringReportServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<MeteringReportServiceGrpc.MeteringReportServiceFutureStub>
-
getMeteringReport
public com.google.common.util.concurrent.ListenableFuture<MeteringReportOuterClass.GetMeteringReportResponse> getMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request)
Retrieve a metering report.
-
-