Class DatastreamClient.FetchStaticIpsPage (1.94.0)

public static class DatastreamClient.FetchStaticIpsPage extends AbstractPage<FetchStaticIpsRequest,FetchStaticIpsResponse,String,DatastreamClient.FetchStaticIpsPage>

Inheritance

java.lang.Object > AbstractPage > DatastreamClient.FetchStaticIpsPage

Methods

createPage(@Nullable PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, @Nullable FetchStaticIpsResponse response)

protected DatastreamClient.FetchStaticIpsPage createPage(@Nullable PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, @Nullable FetchStaticIpsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String>
response @org.jspecify.annotations.Nullable com.google.cloud.datastream.v1alpha1.FetchStaticIpsResponse
Returns
Type Description
DatastreamClient.FetchStaticIpsPage
Overrides

createPageAsync(@Nullable PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, ApiFuture<FetchStaticIpsResponse> futureResponse)

public ApiFuture<DatastreamClient.FetchStaticIpsPage> createPageAsync(@Nullable PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, ApiFuture<FetchStaticIpsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String>
futureResponse ApiFuture<FetchStaticIpsResponse>
Returns
Type Description
ApiFuture<FetchStaticIpsPage>
Overrides