TailLogEntriesRequest class final

The parameters to TailLogEntries.

Inheritance
  • Object
  • ProtoMessage
  • TailLogEntriesRequest

Constructors

TailLogEntriesRequest({required List<String> resourceNames, String filter = '', Duration? bufferWindow})
TailLogEntriesRequest.fromJson(Object? j)
factory

Properties

bufferWindow → Duration?
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.
final
filter String
Optional. 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 listed in resource_names will cause the filter to return no results. The maximum length of a filter is 20,000 characters.
final
hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
resourceNames List<String>
Required. Name of a parent resource from which to retrieve log entries:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String