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 `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."]]],[]]