Class CustomFieldServiceClient.ListCustomFieldsPage (0.54.0)

public static class CustomFieldServiceClient.ListCustomFieldsPage extends AbstractPage<ListCustomFieldsRequest,ListCustomFieldsResponse,CustomField,CustomFieldServiceClient.ListCustomFieldsPage>

Inheritance

java.lang.Object > AbstractPage > CustomFieldServiceClient.ListCustomFieldsPage

Methods

createPage(@Nullable PageContext<ListCustomFieldsRequest,ListCustomFieldsResponse,CustomField> context, @Nullable ListCustomFieldsResponse response)

protected CustomFieldServiceClient.ListCustomFieldsPage createPage(@Nullable PageContext<ListCustomFieldsRequest,ListCustomFieldsResponse,CustomField> context, @Nullable ListCustomFieldsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomFieldsRequest,ListCustomFieldsResponse,CustomField>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListCustomFieldsResponse
Returns
Type Description
CustomFieldServiceClient.ListCustomFieldsPage
Overrides

createPageAsync(@Nullable PageContext<ListCustomFieldsRequest,ListCustomFieldsResponse,CustomField> context, ApiFuture<ListCustomFieldsResponse> futureResponse)

public ApiFuture<CustomFieldServiceClient.ListCustomFieldsPage> createPageAsync(@Nullable PageContext<ListCustomFieldsRequest,ListCustomFieldsResponse,CustomField> context, ApiFuture<ListCustomFieldsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomFieldsRequest,ListCustomFieldsResponse,CustomField>
futureResponse ApiFuture<ListCustomFieldsResponse>
Returns
Type Description
ApiFuture<ListCustomFieldsPage>
Overrides