[[["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 serves 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 within the `Google.Api.Gax.Grpc.dll` assembly, and it inherits from the `Object` class."],["`ApiClientStreamingCall` uses generic type parameters, with `TRequest` representing the RPC request type and `TResponse` representing the RPC response type."],["The `BaseCallSettings` property allows for the configuration of base call settings, which can be further overridden during specific calls, while the `StreamingSettings` property is used for streaming call configurations."],["The `Call(CallSettings perCallCallSettings)` method initializes a streaming RPC call and lets you define settings for a specific call, returning an `AsyncClientStreamingCall\u003cTRequest, TResponse\u003e` object."]]],[]]