@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/billing/budgets/v1beta1/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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static BudgetServiceGrpc.BudgetServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static BudgetServiceGrpc.BudgetServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateBudgetRequest,Budget> getCreateBudgetMethod()
public static io.grpc.MethodDescriptor<UpdateBudgetRequest,Budget> getUpdateBudgetMethod()
public static io.grpc.MethodDescriptor<GetBudgetRequest,Budget> getGetBudgetMethod()
public static io.grpc.MethodDescriptor<ListBudgetsRequest,ListBudgetsResponse> getListBudgetsMethod()
public static io.grpc.MethodDescriptor<DeleteBudgetRequest,com.google.protobuf.Empty> getDeleteBudgetMethod()
public static BudgetServiceGrpc.BudgetServiceStub newStub(io.grpc.Channel channel)
public static BudgetServiceGrpc.BudgetServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BudgetServiceGrpc.BudgetServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(BudgetServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.