Uses of Class
com.google.cloud.compute.v1.TargetTcpProxiesClient.AggregatedListPagedResponse
-
Packages that use TargetTcpProxiesClient.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 TargetTcpProxiesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetTcpProxiesClient.AggregatedListPagedResponse Modifier and Type Method Description TargetTcpProxiesClient.AggregatedListPagedResponse
TargetTcpProxiesClient. aggregatedList(AggregatedListTargetTcpProxiesRequest request)
Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project.TargetTcpProxiesClient.AggregatedListPagedResponse
TargetTcpProxiesClient. aggregatedList(String project)
Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetTcpProxiesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetTcpProxiesRequest,TargetTcpProxiesClient.AggregatedListPagedResponse>
TargetTcpProxiesClient. aggregatedListPagedCallable()
Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListTargetTcpProxiesRequest,TargetTcpProxyAggregatedList,TargetTcpProxiesClient.AggregatedListPagedResponse>
TargetTcpProxiesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetTcpProxiesRequest,TargetTcpProxyAggregatedList,TargetTcpProxiesClient.AggregatedListPagedResponse>
TargetTcpProxiesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<TargetTcpProxiesClient.AggregatedListPagedResponse>
TargetTcpProxiesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListTargetTcpProxiesRequest,TargetTcpProxyAggregatedList,Map.Entry<String,TargetTcpProxiesScopedList>> context, com.google.api.core.ApiFuture<TargetTcpProxyAggregatedList> futureResponse)
-
Uses of TargetTcpProxiesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-