Uses of Class
com.google.cloud.compute.v1.RegionTargetHttpProxiesClient.ListPagedResponse
-
Packages that use RegionTargetHttpProxiesClient.ListPagedResponse 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 RegionTargetHttpProxiesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionTargetHttpProxiesClient.ListPagedResponse Modifier and Type Method Description RegionTargetHttpProxiesClient.ListPagedResponse
RegionTargetHttpProxiesClient. list(ListRegionTargetHttpProxiesRequest request)
Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.RegionTargetHttpProxiesClient.ListPagedResponse
RegionTargetHttpProxiesClient. list(String project, String region)
Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionTargetHttpProxiesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionTargetHttpProxiesClient.ListPagedResponse>
RegionTargetHttpProxiesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, com.google.api.core.ApiFuture<TargetHttpProxyList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRegionTargetHttpProxiesRequest,RegionTargetHttpProxiesClient.ListPagedResponse>
RegionTargetHttpProxiesClient. listPagedCallable()
Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,RegionTargetHttpProxiesClient.ListPagedResponse>
RegionTargetHttpProxiesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,RegionTargetHttpProxiesClient.ListPagedResponse>
RegionTargetHttpProxiesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of RegionTargetHttpProxiesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionTargetHttpProxiesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionTargetHttpProxiesRequest,RegionTargetHttpProxiesClient.ListPagedResponse>
HttpJsonRegionTargetHttpProxiesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionTargetHttpProxiesRequest,RegionTargetHttpProxiesClient.ListPagedResponse>
RegionTargetHttpProxiesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,RegionTargetHttpProxiesClient.ListPagedResponse>
RegionTargetHttpProxiesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionTargetHttpProxiesRequest,TargetHttpProxyList,RegionTargetHttpProxiesClient.ListPagedResponse>
RegionTargetHttpProxiesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-