public static void BindService(ServiceBinderBase serviceBinder, LoggingServiceV2.LoggingServiceV2Base 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-04-09 UTC."],[[["The latest version available for `Google.Cloud.Logging.V2` is 4.4.0, with the documentation containing information down to version 3.3.0."],["`LoggingServiceV2` is a static class within the `Google.Cloud.Logging.V2` namespace, designed for log ingestion and querying."],["The `LoggingServiceV2` class inherits from the base `Object` class, including its associated members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class provides two methods for binding services, `BindService(LoggingServiceV2.LoggingServiceV2Base)` which creates a server definition, and `BindService(ServiceBinderBase, LoggingServiceV2.LoggingServiceV2Base)` which registers service methods with a binder."],["The experimental API method `BindService(ServiceBinderBase, LoggingServiceV2.LoggingServiceV2Base)` is subject to change or removal without notice."]]],[]]