Package viam.app.v1
Class BillingServiceGrpc
java.lang.Object
viam.app.v1.BillingServiceGrpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service BillingService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service BillingService.static classBase class for the server implementation of the service BillingService.static final classA stub to allow clients to do asynchronous rpc calls to service BillingService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<Billing.CreateInvoiceAndChargeImmediatelyRequest,Billing.CreateInvoiceAndChargeImmediatelyResponse> static io.grpc.MethodDescriptor<Billing.GetAvailableBillingTiersRequest,Billing.GetAvailableBillingTiersResponse> 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.ServiceDescriptorstatic io.grpc.MethodDescriptor<Billing.UpdateOrganizationBillingTierRequest,Billing.UpdateOrganizationBillingTierResponse> 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() -
getGetAvailableBillingTiersMethod
public static io.grpc.MethodDescriptor<Billing.GetAvailableBillingTiersRequest,Billing.GetAvailableBillingTiersResponse> getGetAvailableBillingTiersMethod() -
getUpdateOrganizationBillingTierMethod
public static io.grpc.MethodDescriptor<Billing.UpdateOrganizationBillingTierRequest,Billing.UpdateOrganizationBillingTierResponse> getUpdateOrganizationBillingTierMethod() -
getCreateInvoiceAndChargeImmediatelyMethod
public static io.grpc.MethodDescriptor<Billing.CreateInvoiceAndChargeImmediatelyRequest,Billing.CreateInvoiceAndChargeImmediatelyResponse> getCreateInvoiceAndChargeImmediatelyMethod() -
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()
-