Class OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage (1.23.0)

public static class OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage extends AbstractPage<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse,OmnichannelSetting,OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage>

Inheritance

java.lang.Object > AbstractPage > OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage

Methods

createPage(@Nullable PageContext<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse,OmnichannelSetting> context, @Nullable ListOmnichannelSettingsResponse response)

protected OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage createPage(@Nullable PageContext<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse,OmnichannelSetting> context, @Nullable ListOmnichannelSettingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse,OmnichannelSetting>
response @org.jspecify.annotations.Nullable com.google.shopping.merchant.accounts.v1beta.ListOmnichannelSettingsResponse
Returns
Type Description
OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage
Overrides

createPageAsync(@Nullable PageContext<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse,OmnichannelSetting> context, ApiFuture<ListOmnichannelSettingsResponse> futureResponse)

public ApiFuture<OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage> createPageAsync(@Nullable PageContext<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse,OmnichannelSetting> context, ApiFuture<ListOmnichannelSettingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse,OmnichannelSetting>
futureResponse ApiFuture<ListOmnichannelSettingsResponse>
Returns
Type Description
ApiFuture<ListOmnichannelSettingsPage>
Overrides