Class LivestreamServiceClient.ListInputsPage (0.19.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
NameDescription
contextPageContext<ListInputsRequest,ListInputsResponse,Input>
responseListInputsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListInputsRequest,ListInputsResponse,Input>
futureResponseApiFuture<ListInputsResponse>
Returns
TypeDescription
ApiFuture<ListInputsPage>
Overrides