Class BudgetServiceGrpc.BudgetServiceImplBase

  • All Implemented Interfaces:
    BudgetServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    BudgetServiceGrpc

    public abstract static class BudgetServiceGrpc.BudgetServiceImplBase
    extends Object
    implements io.grpc.BindableService, BudgetServiceGrpc.AsyncService
    Base class for the server implementation of the service BudgetService.
     BudgetService stores Cloud Billing budgets, which define a
     budget plan and rules to execute as we track spend against that plan.
     
    • Constructor Detail

      • BudgetServiceImplBase

        public BudgetServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService