Uses of Class
com.google.cloud.billing.budgets.v1beta1.Budget
-
Packages that use Budget Package Description com.google.cloud.billing.budgets.v1beta1 A client to Cloud Billing Budget APIcom.google.cloud.billing.budgets.v1beta1.stub -
-
Uses of Budget in com.google.cloud.billing.budgets.v1beta1
Methods in com.google.cloud.billing.budgets.v1beta1 that return Budget Modifier and Type Method Description BudgetBudget.Builder. build()BudgetBudget.Builder. buildPartial()BudgetBudgetServiceClient. createBudget(CreateBudgetRequest request)Creates a new budget.BudgetBudgetServiceGrpc.BudgetServiceBlockingStub. createBudget(CreateBudgetRequest request)Creates a new budget.BudgetBudgetServiceClient. getBudget(GetBudgetRequest request)Returns a budget.BudgetBudgetServiceGrpc.BudgetServiceBlockingStub. getBudget(GetBudgetRequest request)Returns a budget.BudgetCreateBudgetRequest.Builder. getBudget()Required.BudgetCreateBudgetRequest. getBudget()Required.BudgetCreateBudgetRequestOrBuilder. getBudget()Required.BudgetUpdateBudgetRequest.Builder. getBudget()Required.BudgetUpdateBudgetRequest. getBudget()Required.BudgetUpdateBudgetRequestOrBuilder. getBudget()Required.BudgetListBudgetsResponse.Builder. getBudgets(int index)List of the budgets owned by the requested billing account.BudgetListBudgetsResponse. getBudgets(int index)List of the budgets owned by the requested billing account.BudgetListBudgetsResponseOrBuilder. getBudgets(int index)List of the budgets owned by the requested billing account.static BudgetBudget. getDefaultInstance()BudgetBudget.Builder. getDefaultInstanceForType()BudgetBudget. getDefaultInstanceForType()static BudgetBudget. parseDelimitedFrom(InputStream input)static BudgetBudget. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetBudget. parseFrom(byte[] data)static BudgetBudget. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetBudget. parseFrom(com.google.protobuf.ByteString data)static BudgetBudget. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetBudget. parseFrom(com.google.protobuf.CodedInputStream input)static BudgetBudget. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetBudget. parseFrom(InputStream input)static BudgetBudget. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetBudget. parseFrom(ByteBuffer data)static BudgetBudget. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BudgetBudgetServiceClient. updateBudget(UpdateBudgetRequest request)Updates a budget and returns the updated budget.BudgetBudgetServiceGrpc.BudgetServiceBlockingStub. updateBudget(UpdateBudgetRequest request)Updates a budget and returns the updated budget.Methods in com.google.cloud.billing.budgets.v1beta1 that return types with arguments of type Budget Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Budget>BudgetServiceGrpc.BudgetServiceFutureStub. createBudget(CreateBudgetRequest request)Creates a new budget.com.google.api.gax.rpc.UnaryCallable<CreateBudgetRequest,Budget>BudgetServiceClient. createBudgetCallable()Creates a new budget.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBudgetRequest,Budget>BudgetServiceSettings.Builder. createBudgetSettings()Returns the builder for the settings used for calls to createBudget.com.google.api.gax.rpc.UnaryCallSettings<CreateBudgetRequest,Budget>BudgetServiceSettings. createBudgetSettings()Returns the object with the settings used for calls to createBudget.com.google.common.util.concurrent.ListenableFuture<Budget>BudgetServiceGrpc.BudgetServiceFutureStub. getBudget(GetBudgetRequest request)Returns a budget.com.google.api.gax.rpc.UnaryCallable<GetBudgetRequest,Budget>BudgetServiceClient. getBudgetCallable()Returns a budget.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBudgetRequest,Budget>BudgetServiceSettings.Builder. getBudgetSettings()Returns the builder for the settings used for calls to getBudget.com.google.api.gax.rpc.UnaryCallSettings<GetBudgetRequest,Budget>BudgetServiceSettings. getBudgetSettings()Returns the object with the settings used for calls to getBudget.List<Budget>ListBudgetsResponse.Builder. getBudgetsList()List of the budgets owned by the requested billing account.List<Budget>ListBudgetsResponse. getBudgetsList()List of the budgets owned by the requested billing account.List<Budget>ListBudgetsResponseOrBuilder. getBudgetsList()List of the budgets owned by the requested billing account.static io.grpc.MethodDescriptor<CreateBudgetRequest,Budget>BudgetServiceGrpc. getCreateBudgetMethod()static io.grpc.MethodDescriptor<GetBudgetRequest,Budget>BudgetServiceGrpc. getGetBudgetMethod()com.google.protobuf.Parser<Budget>Budget. getParserForType()static io.grpc.MethodDescriptor<UpdateBudgetRequest,Budget>BudgetServiceGrpc. getUpdateBudgetMethod()static com.google.protobuf.Parser<Budget>Budget. parser()com.google.common.util.concurrent.ListenableFuture<Budget>BudgetServiceGrpc.BudgetServiceFutureStub. updateBudget(UpdateBudgetRequest request)Updates a budget and returns the updated budget.com.google.api.gax.rpc.UnaryCallable<UpdateBudgetRequest,Budget>BudgetServiceClient. updateBudgetCallable()Updates a budget and returns the updated budget.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBudgetRequest,Budget>BudgetServiceSettings.Builder. updateBudgetSettings()Returns the builder for the settings used for calls to updateBudget.com.google.api.gax.rpc.UnaryCallSettings<UpdateBudgetRequest,Budget>BudgetServiceSettings. updateBudgetSettings()Returns the object with the settings used for calls to updateBudget.Methods in com.google.cloud.billing.budgets.v1beta1 with parameters of type Budget Modifier and Type Method Description ListBudgetsResponse.BuilderListBudgetsResponse.Builder. addBudgets(int index, Budget value)List of the budgets owned by the requested billing account.ListBudgetsResponse.BuilderListBudgetsResponse.Builder. addBudgets(Budget value)List of the budgets owned by the requested billing account.CreateBudgetRequest.BuilderCreateBudgetRequest.Builder. mergeBudget(Budget value)Required.UpdateBudgetRequest.BuilderUpdateBudgetRequest.Builder. mergeBudget(Budget value)Required.Budget.BuilderBudget.Builder. mergeFrom(Budget other)static Budget.BuilderBudget. newBuilder(Budget prototype)CreateBudgetRequest.BuilderCreateBudgetRequest.Builder. setBudget(Budget value)Required.UpdateBudgetRequest.BuilderUpdateBudgetRequest.Builder. setBudget(Budget value)Required.ListBudgetsResponse.BuilderListBudgetsResponse.Builder. setBudgets(int index, Budget value)List of the budgets owned by the requested billing account.Method parameters in com.google.cloud.billing.budgets.v1beta1 with type arguments of type Budget Modifier and Type Method Description ListBudgetsResponse.BuilderListBudgetsResponse.Builder. addAllBudgets(Iterable<? extends Budget> values)List of the budgets owned by the requested billing account.static com.google.api.core.ApiFuture<BudgetServiceClient.ListBudgetsPagedResponse>BudgetServiceClient.ListBudgetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBudgetsRequest,ListBudgetsResponse,Budget> context, com.google.api.core.ApiFuture<ListBudgetsResponse> futureResponse)default voidBudgetServiceGrpc.AsyncService. createBudget(CreateBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)Creates a new budget.voidBudgetServiceGrpc.BudgetServiceStub. createBudget(CreateBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)Creates a new budget.protected BudgetServiceClient.ListBudgetsPageBudgetServiceClient.ListBudgetsPage. createPage(com.google.api.gax.rpc.PageContext<ListBudgetsRequest,ListBudgetsResponse,Budget> context, ListBudgetsResponse response)com.google.api.core.ApiFuture<BudgetServiceClient.ListBudgetsPage>BudgetServiceClient.ListBudgetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBudgetsRequest,ListBudgetsResponse,Budget> context, com.google.api.core.ApiFuture<ListBudgetsResponse> futureResponse)default voidBudgetServiceGrpc.AsyncService. getBudget(GetBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)Returns a budget.voidBudgetServiceGrpc.BudgetServiceStub. getBudget(GetBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)Returns a budget.default voidBudgetServiceGrpc.AsyncService. updateBudget(UpdateBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)Updates a budget and returns the updated budget.voidBudgetServiceGrpc.BudgetServiceStub. updateBudget(UpdateBudgetRequest request, io.grpc.stub.StreamObserver<Budget> responseObserver)Updates a budget and returns the updated budget. -
Uses of Budget in com.google.cloud.billing.budgets.v1beta1.stub
Methods in com.google.cloud.billing.budgets.v1beta1.stub that return types with arguments of type Budget Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateBudgetRequest,Budget>BudgetServiceStub. createBudgetCallable()com.google.api.gax.rpc.UnaryCallable<CreateBudgetRequest,Budget>GrpcBudgetServiceStub. createBudgetCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBudgetRequest,Budget>BudgetServiceStubSettings.Builder. createBudgetSettings()Returns the builder for the settings used for calls to createBudget.com.google.api.gax.rpc.UnaryCallSettings<CreateBudgetRequest,Budget>BudgetServiceStubSettings. createBudgetSettings()Returns the object with the settings used for calls to createBudget.com.google.api.gax.rpc.UnaryCallable<GetBudgetRequest,Budget>BudgetServiceStub. getBudgetCallable()com.google.api.gax.rpc.UnaryCallable<GetBudgetRequest,Budget>GrpcBudgetServiceStub. getBudgetCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBudgetRequest,Budget>BudgetServiceStubSettings.Builder. getBudgetSettings()Returns the builder for the settings used for calls to getBudget.com.google.api.gax.rpc.UnaryCallSettings<GetBudgetRequest,Budget>BudgetServiceStubSettings. getBudgetSettings()Returns the object with the settings used for calls to getBudget.com.google.api.gax.rpc.UnaryCallable<UpdateBudgetRequest,Budget>BudgetServiceStub. updateBudgetCallable()com.google.api.gax.rpc.UnaryCallable<UpdateBudgetRequest,Budget>GrpcBudgetServiceStub. updateBudgetCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBudgetRequest,Budget>BudgetServiceStubSettings.Builder. updateBudgetSettings()Returns the builder for the settings used for calls to updateBudget.com.google.api.gax.rpc.UnaryCallSettings<UpdateBudgetRequest,Budget>BudgetServiceStubSettings. updateBudgetSettings()Returns the object with the settings used for calls to updateBudget.
-