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.longrunning` package, version 2.53.0, within the broader context of the `gax-java` library, with the latest version being 2.63.1."],["The `OperationsClient` class serves as the primary interface for managing long-running operations in an API service, and is used when a method call will take a long time to complete."],["`OperationsSettings` is used to configure settings such as credentials, endpoints, and retry parameters for an instance of `OperationsClient`."],["The package includes various classes and interfaces related to managing operations, such as requests for cancelling, deleting, getting, and listing, along with classes such as `Operation`, `OperationInfo`, and enums such as `Operation.ResultCase`."],["The source code for this package is hosted in the GitHub repository at the following url `https://github.com/googleapis/sdk-platform-java/tree/main/gax-java/gax/src/main/java/com/google/longrunning`."]]],[]]