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"]],[["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."],[[["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."]]],[]]