public sealed class TailLogEntriesRequest : IMessage<TailLogEntriesRequest>, IEquatable<TailLogEntriesRequest>, IDeepCloneable<TailLogEntriesRequest>, IBufferMessage, IMessage
Optional. The amount of time to buffer log entries at the server before
being returned to prevent out of order results due to late arriving log
entries. Valid values are between 0-60000 milliseconds. Defaults to 2000
milliseconds.
Optional. A filter that chooses which log entries to return. See Advanced
Logs Filters.
Only log entries that match the filter are returned. An empty filter
matches all log entries in the resources listed in resource_names.
Referencing a parent resource that is not in resource_names will cause
the filter to return no results. The maximum length of the filter is 20000
characters.
May alternatively be one or more views:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
"organization/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
[[["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."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eTailLogEntriesRequest\u003c/code\u003e class, which is used to define the parameters for tailing log entries in Google Cloud Logging.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTailLogEntriesRequest\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message handling, equality comparisons, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor, \u003ccode\u003eTailLogEntriesRequest()\u003c/code\u003e, and a copy constructor, \u003ccode\u003eTailLogEntriesRequest(TailLogEntriesRequest)\u003c/code\u003e, for creating instances.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eTailLogEntriesRequest\u003c/code\u003e class include \u003ccode\u003eBufferWindow\u003c/code\u003e, \u003ccode\u003eFilter\u003c/code\u003e, and \u003ccode\u003eResourceNames\u003c/code\u003e, allowing configuration of the buffer duration, filtering criteria, and the resource from which to tail logs, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eGoogle.Cloud.Logging.V2\u003c/code\u003e package is \u003ccode\u003e4.4.0\u003c/code\u003e, with a list of previous versions going as far back as \u003ccode\u003e3.3.0\u003c/code\u003e, offering different endpoints depending on the specific version.\u003c/p\u003e\n"]]],[],null,[]]