google-cloud-logging - Class Google::Cloud::Logging::Entry::Operation (v2.2.2)

Reference documentation and code samples for the google-cloud-logging class Google::Cloud::Logging::Entry::Operation.

Operation

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

See also #operation.

Inherits

  • Object

Methods

#first

def first()

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

#first=

def first=(value)

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

#id

def id()

An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

#id=

def id=(value)

An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

#last

def last()

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

#last=

def last=(value)

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

#producer

def producer()

An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: "MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".

#producer=

def producer=(value)

An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: "MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".