public static void BindService(ServiceBinderBase serviceBinder, ErrorStatsService.ErrorStatsServiceBase 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 outlines the `ErrorStatsService` class within the `Google.Cloud.ErrorReporting.V1Beta1` namespace, designed for managing error statistics and event data."],["The `ErrorStatsService` class inherits from the `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method is available to create a service definition, allowing for registration with a server, or to register service methods with a service binder for custom binding logic."],["The method `BindService` expects an object implementing server-side handling logic (`ErrorStatsService.ErrorStatsServiceBase`) as one of its parameter."],["Three versions of the class are available: 3.0.0-beta05 (latest), 3.0.0-beta04 and 2.0.0-beta05."]]],[]]