Class: Google::Apps::Chat::V1::SearchSpacesResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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