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.api.gax.httpjson.longrunning` Java package, specifically version 2.42.0, along with links to various other versions."],["The latest version of this package is 2.63.1, and the page lists links to the reference documents for versions from 2.63.1 down to 2.7.1."],["The package's primary client class, `OperationsClient`, manages long-running operations within an API service and it's the main point of entry for using the package."],["`OperationsSettings` can be used to customize the configuration of an instance of the `OperationsClient`, allowing adjustments to credentials, endpoints, and retry settings."],["There are several other classes included within the package, such as `OperationsClient.ListOperationsFixedSizeCollection`, `OperationsClient.ListOperationsPage`, `OperationsClient.ListOperationsPagedResponse` and `OperationsSettings.Builder`, which support the client's functions."]]],[]]