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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]