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."],[[["The latest version of the `com.google.longrunning` package is 2.63.1, with multiple previous versions listed ranging down to version 2.7.1."],["The package, currently at version 2.45.0, provides a `OperationsClient` class for managing long-running API operations, allowing clients to interact with and monitor the progress of these operations."],["`OperationsSettings` class enables the configuration of settings for an `OperationsClient` instance, including credentials, endpoints, and retry behavior."],["The `com.google.longrunning` package includes a variety of classes, interfaces, and enums for creating and managing operation requests and responses, including `CancelOperationRequest`, `GetOperationRequest`, and `Operation`."],["The package's source code is available on the GitHub repository under `googleapis/sdk-platform-java/tree/main/gax-java/gax/src/main/java/com/google/longrunning`."]]],[]]