ExclusionsResource class

Constructors

ExclusionsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(LogExclusion request, String parent, {String? $fields}) Future<LogExclusion>
Creates a new exclusion in the _Default sink in a specified parent resource.
delete(String name, {String? $fields}) Future<Empty>
Deletes an exclusion in the _Default sink.
get(String name, {String? $fields}) Future<LogExclusion>
Gets the description of an exclusion in the _Default sink.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListExclusionsResponse>
Lists all the exclusions on the _Default sink in a parent resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(LogExclusion request, String name, {String? updateMask, String? $fields}) Future<LogExclusion>
Changes one or more properties of an existing exclusion in the _Default sink.
toString() String
A string representation of this object.
inherited

Operators

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