Class DatastreamClient.ListConnectionProfilesPage (1.94.0)

public static class DatastreamClient.ListConnectionProfilesPage extends AbstractPage<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile,DatastreamClient.ListConnectionProfilesPage>

Inheritance

java.lang.Object > AbstractPage > DatastreamClient.ListConnectionProfilesPage

Methods

createPage(@Nullable PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, @Nullable ListConnectionProfilesResponse response)

protected DatastreamClient.ListConnectionProfilesPage createPage(@Nullable PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, @Nullable ListConnectionProfilesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile>
response @org.jspecify.annotations.Nullable com.google.cloud.datastream.v1.ListConnectionProfilesResponse
Returns
Type Description
DatastreamClient.ListConnectionProfilesPage
Overrides

createPageAsync(@Nullable PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, ApiFuture<ListConnectionProfilesResponse> futureResponse)

public ApiFuture<DatastreamClient.ListConnectionProfilesPage> createPageAsync(@Nullable PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, ApiFuture<ListConnectionProfilesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile>
futureResponse ApiFuture<ListConnectionProfilesResponse>
Returns
Type Description
ApiFuture<ListConnectionProfilesPage>
Overrides