LogExclusion class

Specifies a set of log entries that are filtered out by a sink.

If your Google Cloud resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Note that exclusions on organization-level and folder-level sinks don't apply to child resources. Note also that you cannot modify the _Required sink or exclude logs from it.

Constructors

LogExclusion({String? createTime, String? description, bool? disabled, String? filter, String? name, String? updateTime})
LogExclusion.fromJson(Map json_)

Properties

createTime String?
The creation timestamp of the exclusion.This field may not be present for older exclusions.
getter/setter pair
description String?
A description of this exclusion.
getter/setter pair
disabled bool?
If set to True, then this exclusion is disabled and it does not exclude any log entries.
getter/setter pair
filter String?
An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries) that matches the log entries to be excluded.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
A client-assigned identifier, such as "load-balancer-exclusion".
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The last update timestamp of the exclusion.This field may not be present for older exclusions.
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