Uses of Class
com.google.cloud.netapp.v1.NetAppClient.ListStoragePoolsPagedResponse
-
Packages that use NetAppClient.ListStoragePoolsPagedResponse Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of NetAppClient.ListStoragePoolsPagedResponse in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return NetAppClient.ListStoragePoolsPagedResponse Modifier and Type Method Description NetAppClient.ListStoragePoolsPagedResponseNetAppClient. listStoragePools(ListStoragePoolsRequest request)Returns descriptions of all storage pools owned by the caller.NetAppClient.ListStoragePoolsPagedResponseNetAppClient. listStoragePools(LocationName parent)Returns descriptions of all storage pools owned by the caller.NetAppClient.ListStoragePoolsPagedResponseNetAppClient. listStoragePools(String parent)Returns descriptions of all storage pools owned by the caller.Methods in com.google.cloud.netapp.v1 that return types with arguments of type NetAppClient.ListStoragePoolsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NetAppClient.ListStoragePoolsPagedResponse>NetAppClient.ListStoragePoolsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool> context, com.google.api.core.ApiFuture<ListStoragePoolsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListStoragePoolsRequest,NetAppClient.ListStoragePoolsPagedResponse>NetAppClient. listStoragePoolsPagedCallable()Returns descriptions of all storage pools owned by the caller.com.google.api.gax.rpc.PagedCallSettings.Builder<ListStoragePoolsRequest,ListStoragePoolsResponse,NetAppClient.ListStoragePoolsPagedResponse>NetAppSettings.Builder. listStoragePoolsSettings()Returns the builder for the settings used for calls to listStoragePools.com.google.api.gax.rpc.PagedCallSettings<ListStoragePoolsRequest,ListStoragePoolsResponse,NetAppClient.ListStoragePoolsPagedResponse>NetAppSettings. listStoragePoolsSettings()Returns the object with the settings used for calls to listStoragePools. -
Uses of NetAppClient.ListStoragePoolsPagedResponse in com.google.cloud.netapp.v1.stub
-