LogEntryOperation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Additional information about a potentially long-running operation with which a log entry is associated.
Attributes |
|
---|---|
Name | Description |
id |
str
Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation. |
producer |
str
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" .
|
first |
bool
Optional. Set this to True if this is the first log entry in the operation. |
last |
bool
Optional. Set this to True if this is the last log entry in the operation. |