[[["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-07 UTC."],[[["The latest version of the documentation available is 2.63.1, and there are a variety of previous versions that can be viewed dating back to 2.7.1."],["The `ApiTracerFactory.OperationType` is an enum that indicates the type of operation being traced by the `ApiTracer`, and it has inherited members from the base `Enum` and `Object` classes."],["The static fields within `ApiTracerFactory.OperationType` include `Batching`, `BidiStreaming`, `ClientStreaming`, `LongRunning`, `ServerStreaming`, and `Unary`, each representing different operation types."],["There are two static methods, `valueOf(String name)` and `values()`, available for use with `ApiTracerFactory.OperationType`, and they return the enum constant of the specified string or an array of the enum constants respectively."],["This page documents the `ApiTracerFactory.OperationType`, within version 2.47.0, found in the com.google.api.gax.tracing package, and provides links to documentation for other versions."]]],[]]