EndpointLogsMock class
Methods
-
fetchBuildLog({String? cloudProjectId, String? cloudCapsuleId, required String attemptId, int? limit})
→ Stream<LogRecord>
-
Fetches the build log records for the specified deploy attempt.
inherited
-
fetchRecords({String? cloudProjectId, String? cloudCapsuleId, DateTime? beforeTime, DateTime? afterTime, int? limit})
→ Stream<LogRecord>
-
Fetches log records from the specified project.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
resetStream()
→ void
-
Resets web socket stream, so it's possible to re-listen to endpoint
streams.
inherited
-
sendStreamMessage(SerializableModel message)
→ Future<void>
-
Sends a message to the endpoint's stream.
inherited
-
tailRecords({String? cloudProjectId, String? cloudCapsuleId, int? limit})
→ Stream<LogRecord>
-
Tails log records from the specified project.
Continues until the client unsubscribes,
limit
is reached,
or the internal max limit is reached.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited