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-09-04 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eLoggingServiceV2Client.TailLogEntriesStream\u003c/code\u003e class, which is part of the Google Cloud Logging v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTailLogEntriesStream\u003c/code\u003e class is an abstract class designed for bidirectional streaming of log entries, using \u003ccode\u003eTailLogEntriesRequest\u003c/code\u003e and \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eBidirectionalStreamingBase\u003c/code\u003e and implements \u003ccode\u003eIDisposable\u003c/code\u003e, giving it access to members that enable write, write completion, and response stream operations.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eIt also describes the inherited members that are available when using the class, alongside links to their corresponding documentation for further information.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Logging v2 API - Class LoggingServiceV2Client.TailLogEntriesStream (4.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Logging.V2/latest/Google.Cloud.Logging.V2.LoggingServiceV2Client.TailLogEntriesStream)\n- [4.3.0](/dotnet/docs/reference/Google.Cloud.Logging.V2/4.3.0/Google.Cloud.Logging.V2.LoggingServiceV2Client.TailLogEntriesStream)\n- [4.2.0](/dotnet/docs/reference/Google.Cloud.Logging.V2/4.2.0/Google.Cloud.Logging.V2.LoggingServiceV2Client.TailLogEntriesStream)\n- [4.1.0](/dotnet/docs/reference/Google.Cloud.Logging.V2/4.1.0/Google.Cloud.Logging.V2.LoggingServiceV2Client.TailLogEntriesStream)\n- [4.0.0](/dotnet/docs/reference/Google.Cloud.Logging.V2/4.0.0/Google.Cloud.Logging.V2.LoggingServiceV2Client.TailLogEntriesStream)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Logging.V2/3.6.0/Google.Cloud.Logging.V2.LoggingServiceV2Client.TailLogEntriesStream)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Logging.V2/3.5.0/Google.Cloud.Logging.V2.LoggingServiceV2Client.TailLogEntriesStream)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Logging.V2/3.4.0/Google.Cloud.Logging.V2.LoggingServiceV2Client.TailLogEntriesStream)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Logging.V2/3.3.0/Google.Cloud.Logging.V2.LoggingServiceV2Client.TailLogEntriesStream) \n\n public abstract class LoggingServiceV2Client.TailLogEntriesStream : BidirectionalStreamingBase\u003cTailLogEntriesRequest, TailLogEntriesResponse\u003e, IDisposable\n\nReference documentation and code samples for the Google Cloud Logging v2 API class LoggingServiceV2Client.TailLogEntriesStream.\n\nBidirectional streaming methods for\n[TailLogEntries(CallSettings, BidirectionalStreamingSettings)](/dotnet/docs/reference/Google.Cloud.Logging.V2/latest/Google.Cloud.Logging.V2.LoggingServiceV2Client#Google_Cloud_Logging_V2_LoggingServiceV2Client_TailLogEntries_Google_Api_Gax_Grpc_CallSettings_Google_Api_Gax_Grpc_BidirectionalStreamingSettings_). \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [BidirectionalStreamingBase](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs)[TailLogEntriesRequest](/dotnet/docs/reference/Google.Cloud.Logging.V2/latest/Google.Cloud.Logging.V2.TailLogEntriesRequest)[TailLogEntriesResponse](/dotnet/docs/reference/Google.Cloud.Logging.V2/latest/Google.Cloud.Logging.V2.TailLogEntriesResponse) \\\u003e LoggingServiceV2Client.TailLogEntriesStream \n\nImplements\n----------\n\n[IDisposable](https://learn.microsoft.com/dotnet/api/system.idisposable) \n\nInherited Members\n-----------------\n\n[BidirectionalStreamingBase\\\u003cTailLogEntriesRequest, TailLogEntriesResponse\\\u003e.TryWriteAsync(TailLogEntriesRequest)](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs) \n[BidirectionalStreamingBase\\\u003cTailLogEntriesRequest, TailLogEntriesResponse\\\u003e.WriteAsync(TailLogEntriesRequest)](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs) \n[BidirectionalStreamingBase\\\u003cTailLogEntriesRequest, TailLogEntriesResponse\\\u003e.TryWriteAsync(TailLogEntriesRequest, WriteOptions)](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs) \n[BidirectionalStreamingBase\\\u003cTailLogEntriesRequest, TailLogEntriesResponse\\\u003e.WriteAsync(TailLogEntriesRequest, WriteOptions)](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs) \n[BidirectionalStreamingBase\\\u003cTailLogEntriesRequest, TailLogEntriesResponse\\\u003e.TryWriteCompleteAsync()](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs) \n[BidirectionalStreamingBase\\\u003cTailLogEntriesRequest, TailLogEntriesResponse\\\u003e.WriteCompleteAsync()](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs) \n[BidirectionalStreamingBase\\\u003cTailLogEntriesRequest, TailLogEntriesResponse\\\u003e.GetResponseStream()](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs) \n[BidirectionalStreamingBase\\\u003cTailLogEntriesRequest, TailLogEntriesResponse\\\u003e.Dispose()](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs) \n[BidirectionalStreamingBase\\\u003cTailLogEntriesRequest, TailLogEntriesResponse\\\u003e.GrpcCall](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/BidirectionalStreamingBase.cs) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Logging.V2](/dotnet/docs/reference/Google.Cloud.Logging.V2/latest/Google.Cloud.Logging.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Logging.V2.dll"]]