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