SinksResource class

Constructors

SinksResource(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(LogSink request, String parent, {String? customWriterIdentity, bool? uniqueWriterIdentity, String? $fields}) Future<LogSink>
Creates a sink that exports specified log entries to a destination.
delete(String sinkName, {String? $fields}) Future<Empty>
Deletes a sink.
get(String sinkName, {String? $fields}) Future<LogSink>
Gets a sink.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListSinksResponse>
Lists sinks.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(LogSink request, String sinkName, {String? customWriterIdentity, bool? uniqueWriterIdentity, String? updateMask, String? $fields}) Future<LogSink>
Updates a sink.

Operators

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