Google Cloud Support V2beta Client - Class ShowFeedResponse (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Support V2beta Client class ShowFeedResponse.
The response message for the ShowFeed endpoint.
Generated from protobuf message google.cloud.support.v2beta.ShowFeedResponse
Namespace
Google \ Cloud \ Support \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ feed_items |
array<FeedItem>
The list of feed items associated with the given Case. |
↳ next_page_token |
string
A token to retrieve the next page of results. This should be set in the |
getFeedItems
The list of feed items associated with the given Case.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setFeedItems
The list of feed items associated with the given Case.
| Parameter | |
|---|---|
| Name | Description |
var |
array<FeedItem>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve the next page of results. This should be set in the
page_token field of subsequent ShowFeedRequests.
If unspecified, there are no more results to retrieve.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to retrieve the next page of results. This should be set in the
page_token field of subsequent ShowFeedRequests.
If unspecified, there are no more results to retrieve.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|