Class VmwareEngineClient.ListPrivateConnectionsPage (0.89.0)

public static class VmwareEngineClient.ListPrivateConnectionsPage extends AbstractPage<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection,VmwareEngineClient.ListPrivateConnectionsPage>

Inheritance

java.lang.Object > AbstractPage > VmwareEngineClient.ListPrivateConnectionsPage

Methods

createPage(@Nullable PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, @Nullable ListPrivateConnectionsResponse response)

protected VmwareEngineClient.ListPrivateConnectionsPage createPage(@Nullable PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, @Nullable ListPrivateConnectionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection>
response @org.jspecify.annotations.Nullable com.google.cloud.vmwareengine.v1.ListPrivateConnectionsResponse
Returns
Type Description
VmwareEngineClient.ListPrivateConnectionsPage
Overrides

createPageAsync(@Nullable PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ApiFuture<ListPrivateConnectionsResponse> futureResponse)

public ApiFuture<VmwareEngineClient.ListPrivateConnectionsPage> createPageAsync(@Nullable PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ApiFuture<ListPrivateConnectionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection>
futureResponse ApiFuture<ListPrivateConnectionsResponse>
Returns
Type Description
ApiFuture<ListPrivateConnectionsPage>
Overrides