Class LivestreamServiceClient.ListAssetsPage (0.97.0)

public static class LivestreamServiceClient.ListAssetsPage extends AbstractPage<ListAssetsRequest,ListAssetsResponse,Asset,LivestreamServiceClient.ListAssetsPage>

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListAssetsPage

Methods

createPage(@Nullable PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, @Nullable ListAssetsResponse response)

protected LivestreamServiceClient.ListAssetsPage createPage(@Nullable PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, @Nullable ListAssetsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAssetsRequest,ListAssetsResponse,Asset>
response @org.jspecify.annotations.Nullable com.google.cloud.video.livestream.v1.ListAssetsResponse
Returns
Type Description
LivestreamServiceClient.ListAssetsPage
Overrides

createPageAsync(@Nullable PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, ApiFuture<ListAssetsResponse> futureResponse)

public ApiFuture<LivestreamServiceClient.ListAssetsPage> createPageAsync(@Nullable PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, ApiFuture<ListAssetsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAssetsRequest,ListAssetsResponse,Asset>
futureResponse ApiFuture<ListAssetsResponse>
Returns
Type Description
ApiFuture<ListAssetsPage>
Overrides