Class CloudFilestoreManagerClient.ListSharesPage (1.96.0)

public static class CloudFilestoreManagerClient.ListSharesPage extends AbstractPage<ListSharesRequest,ListSharesResponse,Share,CloudFilestoreManagerClient.ListSharesPage>

Inheritance

java.lang.Object > AbstractPage > CloudFilestoreManagerClient.ListSharesPage

Methods

createPage(@Nullable PageContext<ListSharesRequest,ListSharesResponse,Share> context, @Nullable ListSharesResponse response)

protected CloudFilestoreManagerClient.ListSharesPage createPage(@Nullable PageContext<ListSharesRequest,ListSharesResponse,Share> context, @Nullable ListSharesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share>
response @org.jspecify.annotations.Nullable com.google.cloud.filestore.v1beta1.ListSharesResponse
Returns
Type Description
CloudFilestoreManagerClient.ListSharesPage
Overrides

createPageAsync(@Nullable PageContext<ListSharesRequest,ListSharesResponse,Share> context, ApiFuture<ListSharesResponse> futureResponse)

public ApiFuture<CloudFilestoreManagerClient.ListSharesPage> createPageAsync(@Nullable PageContext<ListSharesRequest,ListSharesResponse,Share> context, ApiFuture<ListSharesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share>
futureResponse ApiFuture<ListSharesResponse>
Returns
Type Description
ApiFuture<ListSharesPage>
Overrides