Class: Google::Cloud::Logging::V2::TailLogEntriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::TailLogEntriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging.rb
Overview
The parameters to TailLogEntries.
Instance Attribute Summary collapse
-
#buffer_window ⇒ ::Google::Protobuf::Duration
Optional.
-
#filter ⇒ ::String
Optional.
-
#resource_names ⇒ ::Array<::String>
Required.
Instance Attribute Details
#buffer_window ⇒ ::Google::Protobuf::Duration
357 358 359 360 |
# File 'proto_docs/google/logging/v2/logging.rb', line 357 class TailLogEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
357 358 359 360 |
# File 'proto_docs/google/logging/v2/logging.rb', line 357 class TailLogEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_names ⇒ ::Array<::String>
357 358 359 360 |
# File 'proto_docs/google/logging/v2/logging.rb', line 357 class TailLogEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |