LoggingQuery class

Describes a Cloud Logging query that can be run in Logs Explorer UI or via the logging API.In addition to the query itself, additional information may be stored to capture the display configuration and other UI state used in association with analysis of query results.

Constructors

LoggingQuery({String? filter, int? summaryFieldEnd, int? summaryFieldStart, List<SummaryField>? summaryFields})
LoggingQuery.fromJson(Map json_)

Properties

filter String?
An advanced query using the Logging Query Language (https://cloud.google.com/logging/docs/view/logging-query-language).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summaryFieldEnd int?
Characters will be counted from the end of the string.
getter/setter pair
summaryFields List<SummaryField>?
The set of summary fields to display for this saved query.
getter/setter pair
summaryFieldStart int?
Characters will be counted from the start of the string.
getter/setter pair

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