LogEntryOperation class final

Additional information about a potentially long-running operation with which a log entry is associated.

Constructors

LogEntryOperation({String id = '', String producer = '', bool first = false, bool last = false})
LogEntryOperation.fromJson(Object? j)
factory

Properties

first → bool
Optional. Set this to True if this is the first log entry in the operation.
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
final
last → bool
Optional. Set this to True if this is the last log entry in the operation.
final
producer → String
Optional. An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: "MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".
final
qualifiedName → String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Object
toString() → String
A string representation of this object.
override

Operators

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

Constants

fullyQualifiedName → const String