Service Description: 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 to the client, and the client can use this interface to
Settings Classes
Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.
[[["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 `com.google.longrunning` package, version 2.61.0, within the Google Cloud API Client Libraries for Java."],["The latest version available is 2.63.1, and the page lists several previous versions with hyperlinks to their respective documentation, dating all the way back to version 2.7.1."],["The `OperationsClient` class is highlighted as the main entry point for interacting with long-running operations, allowing clients to manage and monitor the progress of API methods that take a significant time to complete."],["`OperationsSettings` is a settings class, which allows configuration of credentials, endpoints, and retry settings for instances of the `OperationsClient`."],["The page provides links to the github repository for this package as well as several classes, interfaces, and enums with their description that can be used within the package."]]],[]]