Class FeedServiceClient.ShowFeedPage (0.79.0)

public static class FeedServiceClient.ShowFeedPage extends AbstractPage<ShowFeedRequest,ShowFeedResponse,FeedItem,FeedServiceClient.ShowFeedPage>

Inheritance

java.lang.Object > AbstractPage > FeedServiceClient.ShowFeedPage

Methods

createPage(@Nullable PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem> context, @Nullable ShowFeedResponse response)

protected FeedServiceClient.ShowFeedPage createPage(@Nullable PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem> context, @Nullable ShowFeedResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem>
response @org.jspecify.annotations.Nullable com.google.cloud.support.v2beta.ShowFeedResponse
Returns
Type Description
FeedServiceClient.ShowFeedPage
Overrides

createPageAsync(@Nullable PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem> context, ApiFuture<ShowFeedResponse> futureResponse)

public ApiFuture<FeedServiceClient.ShowFeedPage> createPageAsync(@Nullable PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem> context, ApiFuture<ShowFeedResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem>
futureResponse ApiFuture<ShowFeedResponse>
Returns
Type Description
ApiFuture<ShowFeedPage>
Overrides