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 available for the `com.google.longrunning` package is 2.63.1, as indicated in the provided list of version numbers."],["This package, version 2.58.0, offers the `OperationsClient` class, which facilitates managing long-running operations in an API service, allowing clients to interact with operations that may take an extended period to complete."],["The `OperationsSettings` class can be utilized for configuring credentials, endpoints, and retry settings for an instance of `OperationsClient`, and there are also a number of `Request` classes included that are used for interacting with the API."],["The package provides a variety of classes and interfaces such as `CancelOperationRequest`, `GetOperationRequest`, and `OperationInfoOrBuilder`, along with their respective builders, to support different aspects of long-running operations management."],["The `com.google.longrunning` package, which is available on the linked GitHub repository, contains various components, including classes, interfaces, and enums, to effectively manage long-running operations in Java."]]],[]]