public abstract class LoggingServiceV2Client.TailLogEntriesStream : BidirectionalStreamingBase<TailLogEntriesRequest, TailLogEntriesResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Logging v2 API class LoggingServiceV2Client.TailLogEntriesStream.
[[["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-21 UTC."],[[["This documentation covers the `LoggingServiceV2Client.TailLogEntriesStream` class, which is part of the Google Cloud Logging v2 API for .NET."],["The class supports bidirectional streaming for tailing log entries, using methods like `TailLogEntries(CallSettings, BidirectionalStreamingSettings)`."],["The class is an abstract type that inherits from `BidirectionalStreamingBase` and implements `IDisposable`, allowing for management of stream resources."],["Multiple versions of the Google Cloud Logging v2 API are documented here, ranging from version 3.3.0 to the latest, 4.4.0."],["The documentation includes links to inherited members from `BidirectionalStreamingBase` which facilitate actions such as writing to the stream and handling responses."]]],[]]