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 the Google Cloud Logging v2 API is 4.4.0, but the current page details version 4.2.0."],["`LoggingServiceV2` is a class used for ingesting and querying logs within the Google Cloud Logging v2 API."],["The `BindService` method allows you to create a service definition or register service methods, essential for server-side handling logic."],["This `LoggingServiceV2` class inherits from the base `object` class, having inherited methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."],["The namespace for this class is `Google.Cloud.Logging.V2`, and it's part of the `Google.Cloud.Logging.V2.dll` assembly."]]],[]]