[[["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 `ApiClientStreamingCall\u003cTRequest, TResponse\u003e` class acts as a bridge between a client streaming RPC method and higher-level abstractions, applying call settings as needed."],["This class is part of the `Google.Api.Gax.Grpc` namespace, found in the `Google.Api.Gax.Grpc.dll` assembly, and it inherits from the `object` class."],["It handles RPC request and response types, specified by the `TRequest` and `TResponse` type parameters, respectively."],["`ApiClientStreamingCall\u003cTRequest, TResponse\u003e` includes properties for managing call behavior, such as `BaseCallSettings` and `StreamingSettings`."],["The `Call(CallSettings)` method initializes a streaming RPC call, allowing for specific call settings to be applied via the `perCallCallSettings` parameter."]]],[]]