Reference documentation and code samples for the Service Usage v1 API class ServiceUsage.
Enables services that service consumers want to use on Google Cloud Platform,
lists the available or enabled services, or disables services that service
consumers no longer use.
public static void BindService(ServiceBinderBase serviceBinder, ServiceUsage.ServiceUsageBase 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."],[[["The `ServiceUsage` class is part of the Google Cloud Service Usage v1 API, enabling consumers to manage services on Google Cloud Platform, including enabling, disabling, and listing services."],["The latest version of the Service Usage API is 2.5.0, with multiple previous versions available, ranging from 1.0.0 to 2.4.0."],["The `BindService` method allows for creating a service definition that can be registered with a server, handling server-side logic for the Service Usage API."],["Another `BindService` method allows for more direct management of service method registration with a service binder, useful for customized service binding logic."],["The `ServiceUsage` class inherits from the `object` class, inheriting base functionalities such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]