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