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