Uses of Class
com.google.cloud.compute.v1.SslPoliciesClient.AggregatedListPage
-
Packages that use SslPoliciesClient.AggregatedListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SslPoliciesClient.AggregatedListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SslPoliciesClient.AggregatedListPage Modifier and Type Method Description protected SslPoliciesClient.AggregatedListPage
SslPoliciesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, SslPoliciesAggregatedList response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SslPoliciesClient.AggregatedListPage Modifier and Type Method Description com.google.api.core.ApiFuture<SslPoliciesClient.AggregatedListPage>
SslPoliciesClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, com.google.api.core.ApiFuture<SslPoliciesAggregatedList> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type SslPoliciesClient.AggregatedListPage Modifier and Type Method Description protected SslPoliciesClient.AggregatedListFixedSizeCollection
SslPoliciesClient.AggregatedListFixedSizeCollection. createCollection(List<SslPoliciesClient.AggregatedListPage> pages, int collectionSize)
-