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.46.1, within the broader context of the `gax` library for Java, with the latest version being 2.63.1."],["The `OperationsClient` class serves as the primary entry point for interacting with long-running operations, allowing clients to manage operations that may take a considerable amount of time to complete."],["The `OperationsSettings` class enables users to configure settings like credentials, endpoints, and retry behaviors for the `OperationsClient`."],["The documentation includes details on various classes, interfaces, and enums related to long-running operations, such as `CancelOperationRequest`, `GetOperationRequest`, `OperationInfo`, and `Operation.ResultCase`, as well as the `OperationsProto` class."],["The page has a full history of all versions of the `gax` package from version 2.63.1 all the way back to 2.7.1."]]],[]]