[[["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-05 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, within the `Google.Api.Gax.Grpc.dll` assembly and is available in version 4.3.1."],["The `ApiClientStreamingCall` class inherits from `System.Object` and includes members such as `ToString()`, `Equals()`, `GetHashCode()`, `GetType()`, and `MemberwiseClone()`."],["It offers properties like `BaseCallSettings` and `StreamingSettings`, which define call-specific and streaming-specific settings respectively."],["The `Call(CallSettings)` method allows for the initialization of a streaming RPC call with per-call settings that override defaults, returning an `AsyncClientStreamingCall` object."]]],[]]