public static void BindService(ServiceBinderBase serviceBinder, Services.ServicesBase 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."],[[["This document provides reference documentation for the `Services` class within the `Google.Cloud.Run.V2` namespace, specifically for the Cloud Run Admin v2 API."],["The `Services` class, accessible through the `Google.Cloud.Run.V2.dll` assembly, is a static class that offers functionality for managing Cloud Run services."],["The latest version available is 2.13.0, while this page's documentation focuses on version 2.11.0 and the document lists many other previous versions as well."],["The `Services` class inherits from the `object` class and offers methods like `BindService`, which is used to create service definitions for server registration or for customizing service binding logic."],["The namespace of this documentation is `Google.Cloud.Run.V2` and the inherited members include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]