TailLogEntriesRequest class

The parameters to TailLogEntries.

Constructors

TailLogEntriesRequest({String? bufferWindow, String? filter, List<String>? resourceNames})
TailLogEntriesRequest.fromJson(Map json_)

Properties

bufferWindow String?
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.
getter/setter pair
filter String?
Only log entries that match the filter are returned.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceNames List<String>?
Name of a parent resource from which to retrieve log entries: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]May alternatively be one or more views: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[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]
getter/setter pair
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() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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