public static void BindService(ServiceBinderBase serviceBinder, ConfidentialComputing.ConfidentialComputingBase 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."],[[["The latest version of the Google.Cloud.ConfidentialComputing.V1 API is 1.8.0, with previous versions available for reference, including 1.7.0, 1.6.0, 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0 and 1.0.0."],["The ConfidentialComputing class, within the Google.Cloud.ConfidentialComputing.V1 namespace, provides the service handlers for Confidential Computing resources, having inherited members from the object class."],["The `BindService` method creates a service definition that can be registered with a server using an object that implements the server-side handling logic, accepting a ConfidentialComputing.ConfidentialComputingBase parameter."],["Another `BindService` method variation is available to register service methods with or without implementation using a service binder and object implementing the server-side logic, for customizing service binding logic."]]],[]]