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-09 UTC."],[[["This webpage provides documentation for the `com.google.api.gax.httpjson.longrunning` Java package, with version 2.63.1 being the latest and many previous versions listed."],["The `OperationsClient` class is the primary entry point for managing long-running operations within an API service and is used when an API method takes a long time to complete."],["The `OperationsSettings` class is used to configure instances of the `OperationsClient`, including credentials, endpoints, and retry settings, and has a default instance that has sensible settings already configured."],["There are several classes associated with `OperationsClient` such as `ListOperationsFixedSizeCollection`, `ListOperationsPage`, and `ListOperationsPagedResponse`, for managing collections, pages, and paged responses."],["The documentation also includes a link to the relevant GitHub repository, enabling developers to access the source code directly."]]],[]]