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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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

#first::Boolean

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

Returns:

  • (::Boolean)

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



223
224
225
226
# File 'proto_docs/google/logging/v2/log_entry.rb', line 223

class LogEntryOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id::String

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.



223
224
225
226
# File 'proto_docs/google/logging/v2/log_entry.rb', line 223

class LogEntryOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#last::Boolean

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

Returns:

  • (::Boolean)

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



223
224
225
226
# File 'proto_docs/google/logging/v2/log_entry.rb', line 223

class LogEntryOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#producer::String

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



223
224
225
226
# File 'proto_docs/google/logging/v2/log_entry.rb', line 223

class LogEntryOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end