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-09 UTC."],[[["The latest version available for `com.google.api.gax.httpjson.longrunning` is 2.63.1, with numerous prior versions listed from 2.62.0 down to 2.7.1."],["The package `com.google.api.gax.httpjson.longrunning` provides tools for managing long-running operations with an API service, currently at version 2.57.0."],["`OperationsClient` is the primary client class for interacting with long-running operations, and it contains multiple Java methods for each API method."],["`OperationsSettings` class allows for configuring credentials, endpoints, and retry settings for the `OperationsClient` instance."],["Several classes within this package, like `OperationsClient.ListOperationsFixedSizeCollection`, `OperationsClient.ListOperationsPage`, and `OperationsClient.ListOperationsPagedResponse`, support various listing operations, including a builder for `OperationsSettings`."]]],[]]