[[["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 `OperationOrBuilder` interface, which extends `MessageOrBuilder` and is part of the `com.google.longrunning` package within the Google API Extensions (GAX) Java library."],["The latest version of the documentation available is `2.63.1`, with the webpage also listing documentation for numerous previous versions, dating back to version `2.7.1`."],["`OperationOrBuilder` defines several methods for accessing properties of an operation, including its completion status (`getDone()`), potential errors (`getError()` and `getErrorOrBuilder()`), metadata (`getMetadata()` and `getMetadataOrBuilder()`), name (`getName()` and `getNameBytes()`), and response (`getResponse()` and `getResponseOrBuilder()`)."],["The `getResultCase()` method allows you to determine whether the operation resulted in an error or a successful response, and the methods `hasError()`, `hasMetadata()`, and `hasResponse()` will return whether there are values for the corresponding type."],["The documentation lists the return types, with links for more details, for each method, and these include `boolean`, `com.google.rpc.Status`, `com.google.rpc.StatusOrBuilder`, `com.google.protobuf.Any`, `com.google.protobuf.AnyOrBuilder`, `String`, and `com.google.protobuf.ByteString`."]]],[]]