Class ThirdPartyCompanyServiceClient.ListThirdPartyCompaniesPage (0.54.0)

public static class ThirdPartyCompanyServiceClient.ListThirdPartyCompaniesPage extends AbstractPage<ListThirdPartyCompaniesRequest,ListThirdPartyCompaniesResponse,ThirdPartyCompany,ThirdPartyCompanyServiceClient.ListThirdPartyCompaniesPage>

Inheritance

java.lang.Object > AbstractPage > ThirdPartyCompanyServiceClient.ListThirdPartyCompaniesPage

Methods

createPage(@Nullable PageContext<ListThirdPartyCompaniesRequest,ListThirdPartyCompaniesResponse,ThirdPartyCompany> context, @Nullable ListThirdPartyCompaniesResponse response)

protected ThirdPartyCompanyServiceClient.ListThirdPartyCompaniesPage createPage(@Nullable PageContext<ListThirdPartyCompaniesRequest,ListThirdPartyCompaniesResponse,ThirdPartyCompany> context, @Nullable ListThirdPartyCompaniesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListThirdPartyCompaniesRequest,ListThirdPartyCompaniesResponse,ThirdPartyCompany>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListThirdPartyCompaniesResponse
Returns
Type Description
ThirdPartyCompanyServiceClient.ListThirdPartyCompaniesPage
Overrides

createPageAsync(@Nullable PageContext<ListThirdPartyCompaniesRequest,ListThirdPartyCompaniesResponse,ThirdPartyCompany> context, ApiFuture<ListThirdPartyCompaniesResponse> futureResponse)

public ApiFuture<ThirdPartyCompanyServiceClient.ListThirdPartyCompaniesPage> createPageAsync(@Nullable PageContext<ListThirdPartyCompaniesRequest,ListThirdPartyCompaniesResponse,ThirdPartyCompany> context, ApiFuture<ListThirdPartyCompaniesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListThirdPartyCompaniesRequest,ListThirdPartyCompaniesResponse,ThirdPartyCompany>
futureResponse ApiFuture<ListThirdPartyCompaniesResponse>
Returns
Type Description
ApiFuture<ListThirdPartyCompaniesPage>
Overrides