Uses of Class
com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListNfsSharesPage
-
Packages that use BareMetalSolutionClient.ListNfsSharesPage Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of BareMetalSolutionClient.ListNfsSharesPage in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return BareMetalSolutionClient.ListNfsSharesPage Modifier and Type Method Description protected BareMetalSolutionClient.ListNfsSharesPage
BareMetalSolutionClient.ListNfsSharesPage. createPage(com.google.api.gax.rpc.PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, ListNfsSharesResponse response)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type BareMetalSolutionClient.ListNfsSharesPage Modifier and Type Method Description com.google.api.core.ApiFuture<BareMetalSolutionClient.ListNfsSharesPage>
BareMetalSolutionClient.ListNfsSharesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, com.google.api.core.ApiFuture<ListNfsSharesResponse> futureResponse)
Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type BareMetalSolutionClient.ListNfsSharesPage Modifier and Type Method Description protected BareMetalSolutionClient.ListNfsSharesFixedSizeCollection
BareMetalSolutionClient.ListNfsSharesFixedSizeCollection. createCollection(List<BareMetalSolutionClient.ListNfsSharesPage> pages, int collectionSize)
-