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