Class SupportEventSubscriptionServiceClient.ListSupportEventSubscriptionsPage (0.79.0)

public static class SupportEventSubscriptionServiceClient.ListSupportEventSubscriptionsPage extends AbstractPage<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsResponse,SupportEventSubscription,SupportEventSubscriptionServiceClient.ListSupportEventSubscriptionsPage>

Inheritance

java.lang.Object > AbstractPage > SupportEventSubscriptionServiceClient.ListSupportEventSubscriptionsPage

Methods

createPage(@Nullable PageContext<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsResponse,SupportEventSubscription> context, @Nullable ListSupportEventSubscriptionsResponse response)

protected SupportEventSubscriptionServiceClient.ListSupportEventSubscriptionsPage createPage(@Nullable PageContext<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsResponse,SupportEventSubscription> context, @Nullable ListSupportEventSubscriptionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsResponse,SupportEventSubscription>
response @org.jspecify.annotations.Nullable com.google.cloud.support.v2.ListSupportEventSubscriptionsResponse
Returns
Type Description
SupportEventSubscriptionServiceClient.ListSupportEventSubscriptionsPage
Overrides

createPageAsync(@Nullable PageContext<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsResponse,SupportEventSubscription> context, ApiFuture<ListSupportEventSubscriptionsResponse> futureResponse)

public ApiFuture<SupportEventSubscriptionServiceClient.ListSupportEventSubscriptionsPage> createPageAsync(@Nullable PageContext<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsResponse,SupportEventSubscription> context, ApiFuture<ListSupportEventSubscriptionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsResponse,SupportEventSubscription>
futureResponse ApiFuture<ListSupportEventSubscriptionsResponse>
Returns
Type Description
ApiFuture<ListSupportEventSubscriptionsPage>
Overrides