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.48.1, within the broader Google Cloud API client library for Java."],["The latest version of this API can be found in the 2.63.1 package located within the longrunning branch, while there is an extensive list of previous versions available for use ranging back to version 2.7.1."],["The main entry point for using this package is through the `OperationsClient` class, which allows management of long-running operations."],["`OperationsSettings` is available to configure the `OperationsClient` instances, including credentials and retry settings."],["The documentation details numerous classes, interfaces, and enums used within the package, facilitating operations such as canceling, deleting, getting, listing, and waiting on operations, including request and response types, along with builders."]]],[]]