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.Object
Experimental 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 class
MeteringReportServiceGrpc.MeteringReportServiceBlockingStub
Experimental API to retrieve metering reports.static class
MeteringReportServiceGrpc.MeteringReportServiceFutureStub
Experimental API to retrieve metering reports.static class
MeteringReportServiceGrpc.MeteringReportServiceImplBase
Experimental API to retrieve metering reports.static class
MeteringReportServiceGrpc.MeteringReportServiceStub
Experimental API to retrieve metering reports.
-
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<MeteringReportOuterClass.GetMeteringReportRequest,MeteringReportOuterClass.GetMeteringReportResponse>
getGetMeteringReportMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static MeteringReportServiceGrpc.MeteringReportServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MeteringReportServiceGrpc.MeteringReportServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MeteringReportServiceGrpc.MeteringReportServiceStub
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
-
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()
-
-