public static void BindService(ServiceBinderBase serviceBinder, SecretManagerService.SecretManagerServiceBase 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.
Parameters
Name
Description
serviceBinder
Grpc.Core.ServiceBinderBase
Service methods will be bound by calling AddMethod on this object.
[[["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 `SecretManagerService` class, part of the `Google.Cloud.SecretManager.V1` namespace, manages secrets and their operations within the Secret Manager service using a REST model."],["This class interacts with `Secret` and `SecretVersion` objects and is implemented in the `Google.Cloud.SecretManager.V1.dll` assembly."],["The `SecretManagerService` class has methods such as `BindService` which can create or register a service definition for server-side handling of secret management."],["The most up-to-date version of the documentation is version 2.5.0, with version 1.3.0 being the version of the current document, and a range of versions in between them."]]],[]]