ProjectsSinksResource class
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, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListSinksResponse>
-
Lists sinks.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(LogSink request, String sinkName, {String? customWriterIdentity, bool? uniqueWriterIdentity, String? updateMask, String? $fields})
→ Future<LogSink>
-
Updates a sink.
-
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.