Class McmEarningsServiceClient.FetchMcmEarningsPage (0.54.0)

public static class McmEarningsServiceClient.FetchMcmEarningsPage extends AbstractPage<FetchMcmEarningsRequest,FetchMcmEarningsResponse,McmEarnings,McmEarningsServiceClient.FetchMcmEarningsPage>

Inheritance

java.lang.Object > AbstractPage > McmEarningsServiceClient.FetchMcmEarningsPage

Methods

createPage(@Nullable PageContext<FetchMcmEarningsRequest,FetchMcmEarningsResponse,McmEarnings> context, @Nullable FetchMcmEarningsResponse response)

protected McmEarningsServiceClient.FetchMcmEarningsPage createPage(@Nullable PageContext<FetchMcmEarningsRequest,FetchMcmEarningsResponse,McmEarnings> context, @Nullable FetchMcmEarningsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchMcmEarningsRequest,FetchMcmEarningsResponse,McmEarnings>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.FetchMcmEarningsResponse
Returns
Type Description
McmEarningsServiceClient.FetchMcmEarningsPage
Overrides

createPageAsync(@Nullable PageContext<FetchMcmEarningsRequest,FetchMcmEarningsResponse,McmEarnings> context, ApiFuture<FetchMcmEarningsResponse> futureResponse)

public ApiFuture<McmEarningsServiceClient.FetchMcmEarningsPage> createPageAsync(@Nullable PageContext<FetchMcmEarningsRequest,FetchMcmEarningsResponse,McmEarnings> context, ApiFuture<FetchMcmEarningsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchMcmEarningsRequest,FetchMcmEarningsResponse,McmEarnings>
futureResponse ApiFuture<FetchMcmEarningsResponse>
Returns
Type Description
ApiFuture<FetchMcmEarningsPage>
Overrides