Class: Google::Apps::Chat::V1::ListMessagesRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ListMessagesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/message.rb
Overview
Lists messages in the specified space, that the user is a member of.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#show_deleted ⇒ ::Boolean
Optional.
Instance Attribute Details
#filter ⇒ ::String
619 620 621 622 |
# File 'proto_docs/google/chat/v1/message.rb', line 619 class ListMessagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
619 620 621 622 |
# File 'proto_docs/google/chat/v1/message.rb', line 619 class ListMessagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
619 620 621 622 |
# File 'proto_docs/google/chat/v1/message.rb', line 619 class ListMessagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
619 620 621 622 |
# File 'proto_docs/google/chat/v1/message.rb', line 619 class ListMessagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
619 620 621 622 |
# File 'proto_docs/google/chat/v1/message.rb', line 619 class ListMessagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#show_deleted ⇒ ::Boolean
619 620 621 622 |
# File 'proto_docs/google/chat/v1/message.rb', line 619 class ListMessagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |