Class InstanceGroupManagersClient.ListPerInstanceConfigsPage (1.105.0)

public static class InstanceGroupManagersClient.ListPerInstanceConfigsPage extends AbstractPage<ListPerInstanceConfigsInstanceGroupManagersRequest,InstanceGroupManagersListPerInstanceConfigsResp,PerInstanceConfig,InstanceGroupManagersClient.ListPerInstanceConfigsPage>

Inheritance

java.lang.Object > AbstractPage > InstanceGroupManagersClient.ListPerInstanceConfigsPage

Methods

createPage(@Nullable PageContext<ListPerInstanceConfigsInstanceGroupManagersRequest,InstanceGroupManagersListPerInstanceConfigsResp,PerInstanceConfig> context, @Nullable InstanceGroupManagersListPerInstanceConfigsResp response)

protected InstanceGroupManagersClient.ListPerInstanceConfigsPage createPage(@Nullable PageContext<ListPerInstanceConfigsInstanceGroupManagersRequest,InstanceGroupManagersListPerInstanceConfigsResp,PerInstanceConfig> context, @Nullable InstanceGroupManagersListPerInstanceConfigsResp response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPerInstanceConfigsInstanceGroupManagersRequest,InstanceGroupManagersListPerInstanceConfigsResp,PerInstanceConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.InstanceGroupManagersListPerInstanceConfigsResp
Returns
Type Description
InstanceGroupManagersClient.ListPerInstanceConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListPerInstanceConfigsInstanceGroupManagersRequest,InstanceGroupManagersListPerInstanceConfigsResp,PerInstanceConfig> context, ApiFuture<InstanceGroupManagersListPerInstanceConfigsResp> futureResponse)

public ApiFuture<InstanceGroupManagersClient.ListPerInstanceConfigsPage> createPageAsync(@Nullable PageContext<ListPerInstanceConfigsInstanceGroupManagersRequest,InstanceGroupManagersListPerInstanceConfigsResp,PerInstanceConfig> context, ApiFuture<InstanceGroupManagersListPerInstanceConfigsResp> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPerInstanceConfigsInstanceGroupManagersRequest,InstanceGroupManagersListPerInstanceConfigsResp,PerInstanceConfig>
futureResponse ApiFuture<InstanceGroupManagersListPerInstanceConfigsResp>
Returns
Type Description
ApiFuture<ListPerInstanceConfigsPage>
Overrides