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 comprehensive documentation for the `com.google.longrunning` package, specifically version 2.38.0, with links to various older versions."],["The `OperationsClient` class serves as the primary interface for managing long-running operations, with methods to use each of the API's methods and is described as the main entry point to using a package."],["`OperationsSettings` class allows for the configuration of credentials, endpoints, and retry settings for `OperationsClient` instances."],["The documentation includes details on numerous classes, interfaces, and enums related to long-running operations, such as `CancelOperationRequest`, `ListOperationsRequest`, and `Operation.ResultCase`, that all give the user the ability to manage the long-running processes."],["A link to the GitHub repository for the `com.google.longrunning` package is provided for further reference."]]],[]]