[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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 in the `Google.Api.Gax.Grpc.dll` assembly, and inherits from the base `object` class."],["It uses two type parameters, `TRequest` and `TResponse`, to define the RPC request and response types respectively."],["`ApiClientStreamingCall\u003cTRequest, TResponse\u003e` has two properties: `BaseCallSettings`, which holds the base settings for the API call, and `StreamingSettings` for handling the client streaming settings."],["The `Call(CallSettings perCallCallSettings)` method initializes a streaming RPC call, allowing for specific call settings to be applied and returning an `AsyncClientStreamingCall` object."]]],[]]