Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::ShowFeedResponse.
The response message for the ShowFeed endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#feed_items
def feed_items() -> ::Array<::Google::Cloud::Support::V2beta::FeedItem>
Returns
- (::Array<::Google::Cloud::Support::V2beta::FeedItem>) — The list of feed items associated with the given Case.
#feed_items=
def feed_items=(value) -> ::Array<::Google::Cloud::Support::V2beta::FeedItem>
Parameter
- value (::Array<::Google::Cloud::Support::V2beta::FeedItem>) — The list of feed items associated with the given Case.
Returns
- (::Array<::Google::Cloud::Support::V2beta::FeedItem>) — The list of feed items associated with the given Case.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token to retrieve the next page of results. This should be set in the
page_token
field of subsequentShowFeedRequests
. If unspecified, there are no more results to retrieve.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token to retrieve the next page of results. This should be set in the
page_token
field of subsequentShowFeedRequests
. If unspecified, there are no more results to retrieve.
Returns
-
(::String) — A token to retrieve the next page of results. This should be set in the
page_token
field of subsequentShowFeedRequests
. If unspecified, there are no more results to retrieve.