Class ServiceUsageClient.ListConsumerQuotaMetricsPage (2.95.0)

public static class ServiceUsageClient.ListConsumerQuotaMetricsPage extends AbstractPage<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse,ConsumerQuotaMetric,ServiceUsageClient.ListConsumerQuotaMetricsPage>

Inheritance

java.lang.Object > AbstractPage > ServiceUsageClient.ListConsumerQuotaMetricsPage

Methods

createPage(@Nullable PageContext<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse,ConsumerQuotaMetric> context, @Nullable ListConsumerQuotaMetricsResponse response)

protected ServiceUsageClient.ListConsumerQuotaMetricsPage createPage(@Nullable PageContext<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse,ConsumerQuotaMetric> context, @Nullable ListConsumerQuotaMetricsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse,ConsumerQuotaMetric>
response @org.jspecify.annotations.Nullable com.google.api.serviceusage.v1beta1.ListConsumerQuotaMetricsResponse
Returns
Type Description
ServiceUsageClient.ListConsumerQuotaMetricsPage
Overrides

createPageAsync(@Nullable PageContext<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse,ConsumerQuotaMetric> context, ApiFuture<ListConsumerQuotaMetricsResponse> futureResponse)

public ApiFuture<ServiceUsageClient.ListConsumerQuotaMetricsPage> createPageAsync(@Nullable PageContext<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse,ConsumerQuotaMetric> context, ApiFuture<ListConsumerQuotaMetricsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse,ConsumerQuotaMetric>
futureResponse ApiFuture<ListConsumerQuotaMetricsResponse>
Returns
Type Description
ApiFuture<ListConsumerQuotaMetricsPage>
Overrides