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."],[[["The `ConfidentialComputing` class within the `Google.Cloud.ConfidentialComputing.V1` namespace provides reference documentation and code samples for the Confidential Computing v1 API."],["Version 1.8.0 is the latest release, with versions ranging from 1.0.0 to 1.7.0 also available for review."],["The class inherits from `object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class includes methods for binding a service, such as `BindService(ConfidentialComputingBase)` which creates a service definition, and `BindService(ServiceBinderBase, ConfidentialComputingBase)` for registering service methods."],["The provided documentation describes handlers for resources, and gives detailed information about the parameters and return types of the `BindService` methods."]]],[]]