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