DefaultSinkConfig class

Describes the custom _Default sink configuration that is used to override the built-in _Default sink configuration in newly created resource containers, such as projects or folders.

Constructors

DefaultSinkConfig({List<LogExclusion>? exclusions, String? filter, String? mode})
DefaultSinkConfig.fromJson(Map json_)

Properties

exclusions List<LogExclusion>?
Specifies the set of exclusions to be added to the _Default sink in newly created resource containers.
getter/setter pair
filter String?
An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mode String?
Determines the behavior to apply to the built-in _Default sink inclusion filter.Exclusions are always appended, as built-in _Default sinks have no exclusions.
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