public interface ShowFeedResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeedItems(int index)
public abstract FeedItem getFeedItems(int index)
The list of feed items associated with the given Case.
repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeedItem |
getFeedItemsCount()
public abstract int getFeedItemsCount()
The list of feed items associated with the given Case.
repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;
Returns | |
---|---|
Type | Description |
int |
getFeedItemsList()
public abstract List<FeedItem> getFeedItemsList()
The list of feed items associated with the given Case.
repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;
Returns | |
---|---|
Type | Description |
List<FeedItem> |
getFeedItemsOrBuilder(int index)
public abstract FeedItemOrBuilder getFeedItemsOrBuilder(int index)
The list of feed items associated with the given Case.
repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeedItemOrBuilder |
getFeedItemsOrBuilderList()
public abstract List<? extends FeedItemOrBuilder> getFeedItemsOrBuilderList()
The list of feed items associated with the given Case.
repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.support.v2beta.FeedItemOrBuilder> |
getNextPageToken()
public abstract String 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.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
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.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |