Uses of Class
com.google.cloud.compute.v1.TargetHttpProxiesClient.AggregatedListPagedResponse
-
Packages that use TargetHttpProxiesClient.AggregatedListPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of TargetHttpProxiesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetHttpProxiesClient.AggregatedListPagedResponse Modifier and Type Method Description TargetHttpProxiesClient.AggregatedListPagedResponse
TargetHttpProxiesClient. aggregatedList(AggregatedListTargetHttpProxiesRequest request)
Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.TargetHttpProxiesClient.AggregatedListPagedResponse
TargetHttpProxiesClient. aggregatedList(String project)
Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetHttpProxiesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetHttpProxiesRequest,TargetHttpProxiesClient.AggregatedListPagedResponse>
TargetHttpProxiesClient. aggregatedListPagedCallable()
Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,TargetHttpProxiesClient.AggregatedListPagedResponse>
TargetHttpProxiesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,TargetHttpProxiesClient.AggregatedListPagedResponse>
TargetHttpProxiesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<TargetHttpProxiesClient.AggregatedListPagedResponse>
TargetHttpProxiesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,Map.Entry<String,TargetHttpProxiesScopedList>> context, com.google.api.core.ApiFuture<TargetHttpProxyAggregatedList> futureResponse)
-
Uses of TargetHttpProxiesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-