@Generated(value="by gRPC proto compiler (version 1.10.0)", 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 io.grpc.MethodDescriptor<CreateBudgetRequest,Budget> |
METHOD_CREATE_BUDGET
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteBudgetRequest,com.google.protobuf.Empty> |
METHOD_DELETE_BUDGET
Deprecated.
|
static io.grpc.MethodDescriptor<GetBudgetRequest,Budget> |
METHOD_GET_BUDGET
Deprecated.
|
static io.grpc.MethodDescriptor<ListBudgetsRequest,ListBudgetsResponse> |
METHOD_LIST_BUDGETS
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateBudgetRequest,Budget> |
METHOD_UPDATE_BUDGET
Deprecated.
|
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
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateBudgetRequest,Budget> METHOD_CREATE_BUDGET
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateBudgetRequest,Budget> METHOD_UPDATE_BUDGET
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetBudgetRequest,Budget> METHOD_GET_BUDGET
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListBudgetsRequest,ListBudgetsResponse> METHOD_LIST_BUDGETS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteBudgetRequest,com.google.protobuf.Empty> METHOD_DELETE_BUDGET
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateBudgetRequest,Budget> getCreateBudgetMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateBudgetRequest,Budget> getUpdateBudgetMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetBudgetRequest,Budget> getGetBudgetMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListBudgetsRequest,ListBudgetsResponse> getListBudgetsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") 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 © 2019 Google LLC. All rights reserved.