Class: Google::Cloud::Logging::V2::LogSplit

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 used to correlate multiple log entries. Used when a single LogEntry would exceed the Google Cloud Logging size limit and is split across multiple log entries.

Instance Attribute Summary collapse

Instance Attribute Details

#index::Integer



273
274
275
276
# File 'proto_docs/google/logging/v2/log_entry.rb', line 273

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

#total_splits::Integer



273
274
275
276
# File 'proto_docs/google/logging/v2/log_entry.rb', line 273

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

#uid::String



273
274
275
276
# File 'proto_docs/google/logging/v2/log_entry.rb', line 273

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