Class BudgetServiceGrpc
- java.lang.Object
-
- com.google.cloud.billing.budgets.v1.BudgetServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/billing/budgets/v1/budget_service.proto") public final class BudgetServiceGrpc extends Object
BudgetService stores Cloud Billing budgets, which define a budget plan and rules to execute as we track spend against that plan.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BudgetServiceGrpc.AsyncService
BudgetService stores Cloud Billing budgets, which define a budget plan and rules to execute as we track spend against that plan.static class
BudgetServiceGrpc.BudgetServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service BudgetService.static class
BudgetServiceGrpc.BudgetServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service BudgetService.static class
BudgetServiceGrpc.BudgetServiceImplBase
Base class for the server implementation of the service BudgetService.static class
BudgetServiceGrpc.BudgetServiceStub
A stub to allow clients to do asynchronous rpc calls to service BudgetService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(BudgetServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateBudgetRequest,Budget>
getCreateBudgetMethod()
static io.grpc.MethodDescriptor<DeleteBudgetRequest,com.google.protobuf.Empty>
getDeleteBudgetMethod()
static io.grpc.MethodDescriptor<GetBudgetRequest,Budget>
getGetBudgetMethod()
static io.grpc.MethodDescriptor<ListBudgetsRequest,ListBudgetsResponse>
getListBudgetsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateBudgetRequest,Budget>
getUpdateBudgetMethod()
static BudgetServiceGrpc.BudgetServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic BudgetServiceGrpc.BudgetServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic BudgetServiceGrpc.BudgetServiceStub
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 String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateBudgetMethod
public static io.grpc.MethodDescriptor<CreateBudgetRequest,Budget> getCreateBudgetMethod()
-
getUpdateBudgetMethod
public static io.grpc.MethodDescriptor<UpdateBudgetRequest,Budget> getUpdateBudgetMethod()
-
getGetBudgetMethod
public static io.grpc.MethodDescriptor<GetBudgetRequest,Budget> getGetBudgetMethod()
-
getListBudgetsMethod
public static io.grpc.MethodDescriptor<ListBudgetsRequest,ListBudgetsResponse> getListBudgetsMethod()
-
getDeleteBudgetMethod
public static io.grpc.MethodDescriptor<DeleteBudgetRequest,com.google.protobuf.Empty> getDeleteBudgetMethod()
-
newStub
public static BudgetServiceGrpc.BudgetServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static BudgetServiceGrpc.BudgetServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static BudgetServiceGrpc.BudgetServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(BudgetServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-