Package viam.app.v1
Class BillingServiceGrpc
java.lang.Object
viam.app.v1.BillingServiceGrpc
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static final class
A stub to allow clients to do synchronous rpc calls to service BillingService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service BillingService.static class
Base class for the server implementation of the service BillingService.static final class
A stub to allow clients to do asynchronous rpc calls to service BillingService. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<Billing.GetCurrentMonthUsageRequest,
Billing.GetCurrentMonthUsageResponse> static io.grpc.MethodDescriptor<Billing.GetInvoicePdfRequest,
Billing.GetInvoicePdfResponse> static io.grpc.MethodDescriptor<Billing.GetInvoicesSummaryRequest,
Billing.GetInvoicesSummaryResponse> static io.grpc.MethodDescriptor<Billing.GetOrgBillingInformationRequest,
Billing.GetOrgBillingInformationResponse> static io.grpc.MethodDescriptor<Billing.SendPaymentRequiredEmailRequest,
Billing.SendPaymentRequiredEmailResponse> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetCurrentMonthUsageMethod
public static io.grpc.MethodDescriptor<Billing.GetCurrentMonthUsageRequest,Billing.GetCurrentMonthUsageResponse> getGetCurrentMonthUsageMethod() -
getGetOrgBillingInformationMethod
public static io.grpc.MethodDescriptor<Billing.GetOrgBillingInformationRequest,Billing.GetOrgBillingInformationResponse> getGetOrgBillingInformationMethod() -
getGetInvoicesSummaryMethod
public static io.grpc.MethodDescriptor<Billing.GetInvoicesSummaryRequest,Billing.GetInvoicesSummaryResponse> getGetInvoicesSummaryMethod() -
getGetInvoicePdfMethod
public static io.grpc.MethodDescriptor<Billing.GetInvoicePdfRequest,Billing.GetInvoicePdfResponse> getGetInvoicePdfMethod() -
getSendPaymentRequiredEmailMethod
public static io.grpc.MethodDescriptor<Billing.SendPaymentRequiredEmailRequest,Billing.SendPaymentRequiredEmailResponse> getSendPaymentRequiredEmailMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static BillingServiceGrpc.BillingServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(BillingServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-