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."],["The `TailLogEntriesStream` class is an abstract class designed for bidirectional streaming of log entries, using `TailLogEntriesRequest` and `TailLogEntriesResponse`."],["This class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, giving it access to members that enable write, write completion, and response stream operations."],["The documentation details various versions of the class, ranging from the latest version 4.4.0 down to version 3.3.0, for the user to refer to."],["It also describes the inherited members that are available when using the class, alongside links to their corresponding documentation for further information."]]],[]]