Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::SearchMessagesResponse.
Response message for searching messages.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
Returns
- (::String) — A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
#results
def results() -> ::Array<::Google::Apps::Chat::V1::SearchMessageResult>
Returns
- (::Array<::Google::Apps::Chat::V1::SearchMessageResult>) — The list of search results that matched the query.
#results=
def results=(value) -> ::Array<::Google::Apps::Chat::V1::SearchMessageResult>
Parameter
- value (::Array<::Google::Apps::Chat::V1::SearchMessageResult>) — The list of search results that matched the query.
Returns
- (::Array<::Google::Apps::Chat::V1::SearchMessageResult>) — The list of search results that matched the query.