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-03-21 UTC."],[[["This webpage provides documentation for the `com.google.api.gax.httpjson.longrunning` Java package, with the latest version being 2.63.1 and an extensive list of previous versions."],["The primary client class, `OperationsClient`, is designed for managing long-running operations within an API service."],["The `OperationsSettings` class is used for configuring settings for the `OperationsClient`, such as credentials, endpoints, and retry settings."],["The GitHub repository for this package is located at `https://github.com/googleapis/sdk-platform-java/tree/main/gax-java/gax/src/main/java/com/google/api/gax/httpjson/longrunning`."],["The classes presented in this package includes `ListOperationsFixedSizeCollection`, `ListOperationsPage`, `ListOperationsPagedResponse` and `OperationsSettings.Builder`, all relevant to the management of long-running operations."]]],[]]