Uses of Class
com.google.cloud.compute.v1.RegionDisksClient.ListPagedResponse
-
Packages that use RegionDisksClient.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 RegionDisksClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionDisksClient.ListPagedResponse Modifier and Type Method Description RegionDisksClient.ListPagedResponse
RegionDisksClient. list(ListRegionDisksRequest request)
Retrieves the list of persistent disks contained within the specified region.RegionDisksClient.ListPagedResponse
RegionDisksClient. list(String project, String region)
Retrieves the list of persistent disks contained within the specified region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionDisksClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionDisksClient.ListPagedResponse>
RegionDisksClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionDisksRequest,DiskList,Disk> context, com.google.api.core.ApiFuture<DiskList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRegionDisksRequest,RegionDisksClient.ListPagedResponse>
RegionDisksClient. listPagedCallable()
Retrieves the list of persistent disks contained within the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionDisksRequest,DiskList,RegionDisksClient.ListPagedResponse>
RegionDisksSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionDisksRequest,DiskList,RegionDisksClient.ListPagedResponse>
RegionDisksSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of RegionDisksClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionDisksClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionDisksRequest,RegionDisksClient.ListPagedResponse>
HttpJsonRegionDisksStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionDisksRequest,RegionDisksClient.ListPagedResponse>
RegionDisksStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionDisksRequest,DiskList,RegionDisksClient.ListPagedResponse>
RegionDisksStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionDisksRequest,DiskList,RegionDisksClient.ListPagedResponse>
RegionDisksStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-