Class StreamsServiceClient.ListStreamsPage (0.52.0)

public static class StreamsServiceClient.ListStreamsPage extends AbstractPage<ListStreamsRequest,ListStreamsResponse,Stream,StreamsServiceClient.ListStreamsPage>

Inheritance

java.lang.Object > AbstractPage > StreamsServiceClient.ListStreamsPage

Methods

createPage(@Nullable PageContext<ListStreamsRequest,ListStreamsResponse,Stream> context, @Nullable ListStreamsResponse response)

protected StreamsServiceClient.ListStreamsPage createPage(@Nullable PageContext<ListStreamsRequest,ListStreamsResponse,Stream> context, @Nullable ListStreamsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListStreamsRequest,ListStreamsResponse,Stream>
response @org.jspecify.annotations.Nullable com.google.cloud.visionai.v1.ListStreamsResponse
Returns
Type Description
StreamsServiceClient.ListStreamsPage
Overrides

createPageAsync(@Nullable PageContext<ListStreamsRequest,ListStreamsResponse,Stream> context, ApiFuture<ListStreamsResponse> futureResponse)

public ApiFuture<StreamsServiceClient.ListStreamsPage> createPageAsync(@Nullable PageContext<ListStreamsRequest,ListStreamsResponse,Stream> context, ApiFuture<ListStreamsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListStreamsRequest,ListStreamsResponse,Stream>
futureResponse ApiFuture<ListStreamsResponse>
Returns
Type Description
ApiFuture<ListStreamsPage>
Overrides