Class LivestreamServiceClient.ListInputsPage (0.46.0)

public static class LivestreamServiceClient.ListInputsPage extends AbstractPage<ListInputsRequest,ListInputsResponse,Input,LivestreamServiceClient.ListInputsPage>

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListInputsPage

Methods

createPage(PageContext<ListInputsRequest,ListInputsResponse,Input> context, ListInputsResponse response)

protected LivestreamServiceClient.ListInputsPage createPage(PageContext<ListInputsRequest,ListInputsResponse,Input> context, ListInputsResponse response)
Parameters
Name Description
context PageContext<ListInputsRequest,ListInputsResponse,Input>
response ListInputsResponse
Returns
Type Description
LivestreamServiceClient.ListInputsPage
Overrides

createPageAsync(PageContext<ListInputsRequest,ListInputsResponse,Input> context, ApiFuture<ListInputsResponse> futureResponse)

public ApiFuture<LivestreamServiceClient.ListInputsPage> createPageAsync(PageContext<ListInputsRequest,ListInputsResponse,Input> context, ApiFuture<ListInputsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListInputsRequest,ListInputsResponse,Input>
futureResponse ApiFuture<ListInputsResponse>
Returns
Type Description
ApiFuture<ListInputsPage>
Overrides