Uses of Class
com.google.cloud.compute.v1.DisksClient.AggregatedListPagedResponse
-
Packages that use DisksClient.AggregatedListPagedResponse 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.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return DisksClient.AggregatedListPagedResponse Modifier and Type Method Description DisksClient.AggregatedListPagedResponse
DisksClient. aggregatedList(AggregatedListDisksRequest request)
Retrieves an aggregated list of persistent disks.DisksClient.AggregatedListPagedResponse
DisksClient. aggregatedList(String project)
Retrieves an aggregated list of persistent disks.Methods in com.google.cloud.compute.v1 that return types with arguments of type DisksClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListDisksRequest,DisksClient.AggregatedListPagedResponse>
DisksClient. aggregatedListPagedCallable()
Retrieves an aggregated list of persistent disks.com.google.api.gax.rpc.PagedCallSettings<AggregatedListDisksRequest,DiskAggregatedList,DisksClient.AggregatedListPagedResponse>
DisksSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListDisksRequest,DiskAggregatedList,DisksClient.AggregatedListPagedResponse>
DisksSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<DisksClient.AggregatedListPagedResponse>
DisksClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, com.google.api.core.ApiFuture<DiskAggregatedList> futureResponse)
-
Uses of DisksClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type DisksClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListDisksRequest,DisksClient.AggregatedListPagedResponse>
DisksStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListDisksRequest,DisksClient.AggregatedListPagedResponse>
HttpJsonDisksStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListDisksRequest,DiskAggregatedList,DisksClient.AggregatedListPagedResponse>
DisksStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListDisksRequest,DiskAggregatedList,DisksClient.AggregatedListPagedResponse>
DisksStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-