Uses of Class
com.google.cloud.confidentialcomputing.v1alpha1.ConfidentialComputingClient.ListLocationsPage
-
Packages that use ConfidentialComputingClient.ListLocationsPage Package Description com.google.cloud.confidentialcomputing.v1alpha1 A client to Confidential Computing API -
-
Uses of ConfidentialComputingClient.ListLocationsPage in com.google.cloud.confidentialcomputing.v1alpha1
Methods in com.google.cloud.confidentialcomputing.v1alpha1 that return ConfidentialComputingClient.ListLocationsPage Modifier and Type Method Description protected ConfidentialComputingClient.ListLocationsPage
ConfidentialComputingClient.ListLocationsPage. createPage(com.google.api.gax.rpc.PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location> context, com.google.cloud.location.ListLocationsResponse response)
Methods in com.google.cloud.confidentialcomputing.v1alpha1 that return types with arguments of type ConfidentialComputingClient.ListLocationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ConfidentialComputingClient.ListLocationsPage>
ConfidentialComputingClient.ListLocationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location> context, com.google.api.core.ApiFuture<com.google.cloud.location.ListLocationsResponse> futureResponse)
Method parameters in com.google.cloud.confidentialcomputing.v1alpha1 with type arguments of type ConfidentialComputingClient.ListLocationsPage Modifier and Type Method Description protected ConfidentialComputingClient.ListLocationsFixedSizeCollection
ConfidentialComputingClient.ListLocationsFixedSizeCollection. createCollection(List<ConfidentialComputingClient.ListLocationsPage> pages, int collectionSize)
-