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