public static void BindService(ServiceBinderBase serviceBinder, MachineTypes.MachineTypesBase 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 documentation covers the `MachineTypes` class within the Google Cloud Compute Engine v1 API, focusing on its various versions and functionalities."],["Version 3.6.0 is the latest release, and there are several previous versions, including 3.5.0, 3.4.0, and so forth down to 1.0.0, available for review."],["The `MachineTypes` class inherits from the base `object` class and includes methods such as `BindService` for creating and registering service definitions with a server."],["The documentation offers detailed information on the `BindService` method parameters, including `serviceImpl` and `serviceBinder`, along with the return type, which is a `ServerServiceDefinition`."],["This class is located within the `Google.Cloud.Compute.V1` namespace and the code is assembled in `Google.Cloud.Compute.V1.dll`."]]],[]]