public static void BindService(ServiceBinderBase serviceBinder, VpnGateways.VpnGatewaysBase 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 `VpnGateways` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly."],["Version 3.6.0 is the latest release of the `VpnGateways` API, while version 1.0.0 is the initial release."],["The `VpnGateways` class inherits from the base `Object` class and has methods for binding service definitions, such as `BindService`."],["There is a list of releases going from version 1.0.0 to the latest version 3.6.0 that contains links to the documentation of those releases."],["There are two `BindService` methods that exist in the VpnGateways class, both to create or register service definitions, the first accepting an implementation of `VpnGateways.VpnGatewaysBase`, and the second accepting the implementation as well as a `ServiceBinderBase`."]]],[]]