Class: Google::Cloud::Logging::V2::CopyLogEntriesResponse

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

Overview

Response type for CopyLogEntries long running operations.

Instance Attribute Summary collapse

Instance Attribute Details

#log_entries_copied_count::Integer

Returns Number of log entries copied.

Returns:

  • (::Integer)

    Number of log entries copied.



1401
1402
1403
1404
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1401

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