Class VmwareEngineClient.ListSubnetsPage (0.89.0)

public static class VmwareEngineClient.ListSubnetsPage extends AbstractPage<ListSubnetsRequest,ListSubnetsResponse,Subnet,VmwareEngineClient.ListSubnetsPage>

Inheritance

java.lang.Object > AbstractPage > VmwareEngineClient.ListSubnetsPage

Methods

createPage(@Nullable PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet> context, @Nullable ListSubnetsResponse response)

protected VmwareEngineClient.ListSubnetsPage createPage(@Nullable PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet> context, @Nullable ListSubnetsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet>
response @org.jspecify.annotations.Nullable com.google.cloud.vmwareengine.v1.ListSubnetsResponse
Returns
Type Description
VmwareEngineClient.ListSubnetsPage
Overrides

createPageAsync(@Nullable PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet> context, ApiFuture<ListSubnetsResponse> futureResponse)

public ApiFuture<VmwareEngineClient.ListSubnetsPage> createPageAsync(@Nullable PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet> context, ApiFuture<ListSubnetsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet>
futureResponse ApiFuture<ListSubnetsResponse>
Returns
Type Description
ApiFuture<ListSubnetsPage>
Overrides