EntriesResource class

Constructors

EntriesResource(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

copy(CopyLogEntriesRequest request, {String? $fields}) Future<Operation>
Copies a set of log entries from a log bucket to a Cloud Storage bucket.
list(ListLogEntriesRequest request, {String? $fields}) Future<ListLogEntriesResponse>
Lists log entries.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(WriteLogEntriesRequest request, {String? $fields}) Future<WriteLogEntriesResponse>
Writes log entries to Logging.

Operators

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