@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 class |
BudgetServiceGrpc.BudgetServiceBlockingStub
BudgetService stores Cloud Billing budgets, which define a
budget plan and rules to execute as we track spend against that plan.
|
static class |
BudgetServiceGrpc.BudgetServiceFutureStub
BudgetService stores Cloud Billing budgets, which define a
budget plan and rules to execute as we track spend against that plan.
|
static class |
BudgetServiceGrpc.BudgetServiceImplBase
BudgetService stores Cloud Billing budgets, which define a
budget plan and rules to execute as we track spend against that plan.
|
static class |
BudgetServiceGrpc.BudgetServiceStub
BudgetService stores Cloud Billing budgets, which define a
budget plan and rules to execute as we track spend against that plan.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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 io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Google LLC. All rights reserved.