Class: Google::Cloud::Logging::V2::ListLogEntriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::ListLogEntriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging.rb
Overview
Result returned from ListLogEntries.
Instance Attribute Summary collapse
-
#entries ⇒ ::Array<::Google::Cloud::Logging::V2::LogEntry>
A list of log entries.
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
nextPageTokenis included.
Instance Attribute Details
#entries ⇒ ::Array<::Google::Cloud::Logging::V2::LogEntry>
234 235 236 237 |
# File 'proto_docs/google/logging/v2/logging.rb', line 234 class ListLogEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
234 235 236 237 |
# File 'proto_docs/google/logging/v2/logging.rb', line 234 class ListLogEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |