[[["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 `OperationCallSettings.Builder` class within the Google Cloud API Client Libraries for Java (gax), specifically spanning multiple versions from 2.7.1 to 2.63.1, including the latest release."],["The `OperationCallSettings.Builder` class is used to construct settings for operations that involve long-running processes, and the current documentation covers the version 2.38.0 of this feature."],["This class inherits functionalities from `java.lang.Object` and allows for the configuration of type parameters `RequestT`, `ResponseT`, and `MetadataT`, which represent the request, response, and metadata types for the operation, respectively."],["The `OperationCallSettings.Builder` class can be constructed using two different ways, one with no parameter, and another with `OperationCallSettings\u003cRequestT,ResponseT,MetadataT\u003e settings` as parameter, allowing to create from scratch, or from a previous instance."],["The class has different methods to set up operations, such as `setInitialCallSettings`, `setMetadataTransformer`, `setPollingAlgorithm`, and `setResponseTransformer`, and using the `build` method it is possible to generate the final `OperationCallSettings\u003cRequestT,ResponseT,MetadataT\u003e`."]]],[]]