public sealed class LogEntryOperation : IMessage<LogEntryOperation>, IEquatable<LogEntryOperation>, IDeepCloneable<LogEntryOperation>, IBufferMessage, IMessage
Additional information about a potentially long-running operation with which
a log entry is associated.
Optional. Set this to True if this is the first log entry in the operation.
Property Value
Type
Description
System.Boolean
Id
public string Id { get; set; }
Optional. An arbitrary operation identifier. Log entries with the
same identifier are assumed to be part of the same operation.
Property Value
Type
Description
System.String
Last
public bool Last { get; set; }
Optional. Set this to True if this is the last log entry in the operation.
Property Value
Type
Description
System.Boolean
Producer
public string Producer { get; set; }
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".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eLogEntryOperation\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1\u003c/code\u003e namespace is designed to provide additional information about a potentially long-running operation associated with a log entry.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation available is 2.4.0, with several prior versions such as 2.3.0, 2.2.0, and others down to 1.0.0 also accessible.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e from the \u003ccode\u003eGoogle.Protobuf\u003c/code\u003e namespace, along with a specialized implementation of \u003ccode\u003eIMessage\u003c/code\u003e for \u003ccode\u003eLogEntryOperation\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLogEntryOperation\u003c/code\u003e class has public properties, such as \u003ccode\u003eFirst\u003c/code\u003e, \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eLast\u003c/code\u003e, and \u003ccode\u003eProducer\u003c/code\u003e, which allow for setting whether it's the first or last entry, as well as setting the producer and id to identify the operation.\u003c/p\u003e\n"]]],[],null,[]]