[[["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 document outlines the `ApiBidirectionalStreamingCall\u003cTRequest, TResponse\u003e` class, which acts as a bridge between duplex streaming RPC methods and higher-level abstractions within the Google.Api.Gax.Grpc namespace."],["The class inherits from `Object` and provides members such as `ToString()`, `Equals()`, `GetHashCode()`, and `GetType()`."],["It has two type parameters, `TRequest` which is the RPC request type, and `TResponse`, which is the RPC response type."],["It contains two properties: `BaseCallSettings`, which manages the base call settings, and `StreamingSettings`, which manages streaming settings."],["The `Call(CallSettings)` method allows the initialization of a streaming RPC call, taking `perCallCallSettings` to override defaults."]]],[]]