Class: Google::Cloud::Logging::V2::WriteLogEntriesPartialErrors

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/logging/v2/logging.rb

Overview

Error details for WriteLogEntries with partial success.

Defined Under Namespace

Classes: LogEntryErrorsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#log_entry_errors::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}



150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/logging/v2/logging.rb', line 150

class WriteLogEntriesPartialErrors
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::Integer]
  # @!attribute [rw] value
  #   @return [::Google::Rpc::Status]
  class LogEntryErrorsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end