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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The latest version of the `com.google.longrunning` package is 2.63.1, and a comprehensive list of older versions is provided, ranging back to version 2.7.1."],["The primary entry point for interacting with this package is the `OperationsClient` class, which facilitates managing long-running operations in an API service."],["Settings for configuring credentials, endpoints, and retry settings for an `OperationsClient` can be managed using the `OperationsSettings` class."],["This package includes a variety of classes, interfaces, and enums, such as `CancelOperationRequest`, `GetOperationRequest`, `Operation`, and `Operation.ResultCase`, which allow users to handle various aspects of long-running operations."],["The source code for this package can be found at the provided GitHub repository link."]]],[]]