Manages long-running operations with an API service.
When an API method normally takes long time to complete, it can be designed
to return [Operation][google.longrunning.Operation] to the client, and the client can use this
interface to receive the real response asynchronously by polling the
operation resource, or pass the operation resource to another API (such as
Google Cloud Pub/Sub API) to receive the response. Any API service that
returns long-running operations should implement the Operations interface
so developers can have a consistent client experience.
public static void BindService(Grpc.Core.ServiceBinderBase serviceBinder, Operations.OperationsBase 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."],[[["\u003cp\u003eThe \u003ccode\u003eOperations\u003c/code\u003e class in the \u003ccode\u003eGoogle.LongRunning\u003c/code\u003e namespace manages long-running operations for API services, allowing clients to receive asynchronous responses.\u003c/p\u003e\n"],["\u003cp\u003eThis API is designed for methods that take a long time to complete, returning an \u003ccode\u003eOperation\u003c/code\u003e that clients can poll or use with other APIs to get the real response.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method allows creating a service definition for server registration or binding service methods with or without implementation using a service binder, which is part of an experimental API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperations\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and is part of the \u003ccode\u003eGoogle.LongRunning.dll\u003c/code\u003e assembly, offering consistent client experience for long-running operations across different services.\u003c/p\u003e\n"],["\u003cp\u003eThe available versions for this API range from 2.2.0 to the latest 3.3.0.\u003c/p\u003e\n"]]],[],null,[]]