Class: Google::Cloud::Logging::V2::CopyLogEntriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::CopyLogEntriesResponse
- 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
-
#log_entries_copied_count ⇒ ::Integer
Number of log entries copied.
Instance Attribute Details
#log_entries_copied_count ⇒ ::Integer
Returns Number of log entries copied.
1204 1205 1206 1207 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1204 class CopyLogEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |