public static void BindService(ServiceBinderBase serviceBinder, BudgetService.BudgetServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document details the `BudgetService` class within the `Google.Cloud.Billing.Budgets.V1` namespace, which manages Cloud Billing budgets."],["The latest version of the `BudgetService` documentation is 2.6.0, with a list of other prior versions available from 2.5.0 to 1.1.0."],["`BudgetService` inherits from the `Object` class and includes methods for `BindService`, which enables the creation of a service definition or the registration of a service method."],["The primary function of `BudgetService` is to store Cloud Billing budgets, defining a budget plan and the rules associated with tracking expenses."],["`BindService` can use a `BudgetService.BudgetServiceBase` object, which implements server-side handling logic, to create a service definition and register the service method with a service binder."]]],[]]