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