Service Control v1 API - Class LogEntryOperation (2.3.0)

public sealed class LogEntryOperation : IMessage<LogEntryOperation>, IEquatable<LogEntryOperation>, IDeepCloneable<LogEntryOperation>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Control v1 API class LogEntryOperation.

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

Inheritance

object > LogEntryOperation

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Constructors

LogEntryOperation()

public LogEntryOperation()

LogEntryOperation(LogEntryOperation)

public LogEntryOperation(LogEntryOperation other)
Parameter
NameDescription
otherLogEntryOperation

Properties

First

public bool First { get; set; }

Optional. Set this to True if this is the first log entry in the operation.

Property Value
TypeDescription
bool

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
TypeDescription
string

Last

public bool Last { get; set; }

Optional. Set this to True if this is the last log entry in the operation.

Property Value
TypeDescription
bool

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".

Property Value
TypeDescription
string