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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `ConfidentialComputing` class within the Google Cloud Confidential Computing v1 API."],["The latest version of the API is 1.8.0, and this page details version 1.2.0, with links to all versions between 1.0.0 and 1.8.0."],["The `ConfidentialComputing` class has inherited members from the `object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Two methods, `BindService(ConfidentialComputingBase)` and `BindService(ServiceBinderBase, ConfidentialComputingBase)`, are available for registering service definitions and binding logic to a server."],["The methods `BindService` accepts parameters such as `serviceImpl` and `serviceBinder` to handle server side handling logic."]]],[]]