Class CloudDeployClient.ListCustomTargetTypesPage (1.93.0)

public static class CloudDeployClient.ListCustomTargetTypesPage extends AbstractPage<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType,CloudDeployClient.ListCustomTargetTypesPage>

Inheritance

java.lang.Object > AbstractPage > CloudDeployClient.ListCustomTargetTypesPage

Methods

createPage(@Nullable PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType> context, @Nullable ListCustomTargetTypesResponse response)

protected CloudDeployClient.ListCustomTargetTypesPage createPage(@Nullable PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType> context, @Nullable ListCustomTargetTypesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType>
response @org.jspecify.annotations.Nullable com.google.cloud.deploy.v1.ListCustomTargetTypesResponse
Returns
Type Description
CloudDeployClient.ListCustomTargetTypesPage
Overrides

createPageAsync(@Nullable PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType> context, ApiFuture<ListCustomTargetTypesResponse> futureResponse)

public ApiFuture<CloudDeployClient.ListCustomTargetTypesPage> createPageAsync(@Nullable PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType> context, ApiFuture<ListCustomTargetTypesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType>
futureResponse ApiFuture<ListCustomTargetTypesResponse>
Returns
Type Description
ApiFuture<ListCustomTargetTypesPage>
Overrides