Class: Google::Apps::Chat::V1::SearchSpacesResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::SearchSpacesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space.rb
Overview
Response with a list of spaces corresponding to the search spaces request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be used to retrieve the next page.
-
#spaces ⇒ ::Array<::Google::Apps::Chat::V1::Space>
A page of the requested spaces.
-
#total_size ⇒ ::Integer
The total number of spaces that match the query, across all pages.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
726 727 728 729 |
# File 'proto_docs/google/chat/v1/space.rb', line 726 class SearchSpacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spaces ⇒ ::Array<::Google::Apps::Chat::V1::Space>
Returns A page of the requested spaces.
726 727 728 729 |
# File 'proto_docs/google/chat/v1/space.rb', line 726 class SearchSpacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The total number of spaces that match the query, across all pages. If the result is over 10,000 spaces, this value is an estimate.
726 727 728 729 |
# File 'proto_docs/google/chat/v1/space.rb', line 726 class SearchSpacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |