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