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, specifically version 2.48.1, and includes links to various versions ranging from 2.63.1 (latest) down to 2.7.1."],["The `OperationsClient` class is the primary entry point for users, enabling the management of long-running operations within an API service, allowing users to leverage this class when an API method takes a long time to complete."],["The `OperationsSettings` class allows users to configure credentials, endpoints, and retry settings for the `OperationsClient`, with default settings provided for ease of use."],["Additional classes like `ListOperationsFixedSizeCollection`, `ListOperationsPage`, and `ListOperationsPagedResponse` are also documented, providing further functionality for working with long-running operations, alongside the `OperationsSettings.Builder`."],["The Github repository for this package is provided for user access, and it can be found at: https://github.com/googleapis/sdk-platform-java/tree/main/gax-java/gax/src/main/java/com/google/api/gax/httpjson/longrunning."]]],[]]