Class: Google::Logging::V2::LogEntryOperation

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/logging/v2/doc/google/logging/v2/log_entry.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#firsttrue, false

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

Returns:

  • (true, false)

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



101
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/log_entry.rb', line 101

class LogEntryOperation; end

#idString

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

Returns:

  • (String)

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



101
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/log_entry.rb', line 101

class LogEntryOperation; end

#lasttrue, false

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

Returns:

  • (true, false)

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



101
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/log_entry.rb', line 101

class LogEntryOperation; end

#producerString

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

Returns:

  • (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"+.



101
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/log_entry.rb', line 101

class LogEntryOperation; end