Uses of Class
com.google.cloud.compute.v1.TargetGrpcProxiesClient.ListPagedResponse
-
Packages that use TargetGrpcProxiesClient.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 TargetGrpcProxiesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetGrpcProxiesClient.ListPagedResponse Modifier and Type Method Description TargetGrpcProxiesClient.ListPagedResponse
TargetGrpcProxiesClient. list(ListTargetGrpcProxiesRequest request)
Lists the TargetGrpcProxies for a project in the given scope.TargetGrpcProxiesClient.ListPagedResponse
TargetGrpcProxiesClient. list(String project)
Lists the TargetGrpcProxies for a project in the given scope.Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetGrpcProxiesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TargetGrpcProxiesClient.ListPagedResponse>
TargetGrpcProxiesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTargetGrpcProxiesRequest,TargetGrpcProxyList,TargetGrpcProxy> context, com.google.api.core.ApiFuture<TargetGrpcProxyList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListTargetGrpcProxiesRequest,TargetGrpcProxiesClient.ListPagedResponse>
TargetGrpcProxiesClient. listPagedCallable()
Lists the TargetGrpcProxies for a project in the given scope.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetGrpcProxiesRequest,TargetGrpcProxyList,TargetGrpcProxiesClient.ListPagedResponse>
TargetGrpcProxiesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListTargetGrpcProxiesRequest,TargetGrpcProxyList,TargetGrpcProxiesClient.ListPagedResponse>
TargetGrpcProxiesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of TargetGrpcProxiesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type TargetGrpcProxiesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTargetGrpcProxiesRequest,TargetGrpcProxiesClient.ListPagedResponse>
HttpJsonTargetGrpcProxiesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTargetGrpcProxiesRequest,TargetGrpcProxiesClient.ListPagedResponse>
TargetGrpcProxiesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetGrpcProxiesRequest,TargetGrpcProxyList,TargetGrpcProxiesClient.ListPagedResponse>
TargetGrpcProxiesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListTargetGrpcProxiesRequest,TargetGrpcProxyList,TargetGrpcProxiesClient.ListPagedResponse>
TargetGrpcProxiesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-