[[["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-17 UTC."],[[["The `ApiBidirectionalStreamingCall\u003cTRequest, TResponse\u003e` class serves as a bridge between a duplex streaming RPC method and higher-level abstractions, managing call settings."],["This class is part of the `Google.Api.Gax.Grpc` namespace, found within the `Google.Api.Gax.Grpc.dll` assembly, and it inherits from the `object` class."],["It handles two generic type parameters, `TRequest` for the RPC request type and `TResponse` for the RPC response type."],["The `ApiBidirectionalStreamingCall` class has two properties: `BaseCallSettings`, which provides the base settings for the API call, and `StreamingSettings` which holds the streaming settings."],["The `Call(CallSettings)` method initializes a streaming RPC call, allowing for the application of specific `CallSettings` to override default settings."]]],[]]