[[["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-04-02 UTC."],[[["This webpage provides documentation for the `LongRunningClient` interface, which is used for managing long-running operations in a version-agnostic way."],["The latest version of `LongRunningClient` is version 2.63.1, and the page includes links to documentation for numerous previous versions, starting from version 2.63.1 down to 2.7.1."],["The `LongRunningClient` interface provides three primary methods: `cancelOperationCallable()`, `deleteOperationCallable()`, and `getOperationCallable()`, each of which returns a `UnaryCallable` for performing actions on an operation."],["The methods `cancelOperationCallable()` and `deleteOperationCallable()` allow users to cancel and delete an operation, respectively, and return a UnaryCallable with a String parameter and Void return type."],["The method `getOperationCallable()` allows users to retrieve the current status of an operation and returns a UnaryCallable that takes a String as parameter and returns an `OperationSnapshot`."]]],[]]