Uses of Class
com.google.storage.v2.StorageClient.ListObjectsPagedResponse
Packages that use StorageClient.ListObjectsPagedResponse
-
Uses of StorageClient.ListObjectsPagedResponse in com.google.storage.v2
Methods in com.google.storage.v2 that return StorageClient.ListObjectsPagedResponseModifier and TypeMethodDescriptionStorageClient.listObjects(BucketName parent) Retrieves a list of objects matching the criteria.StorageClient.listObjects(ListObjectsRequest request) Retrieves a list of objects matching the criteria.StorageClient.listObjects(String parent) Retrieves a list of objects matching the criteria.Methods in com.google.storage.v2 that return types with arguments of type StorageClient.ListObjectsPagedResponseModifier and TypeMethodDescriptionStorageClient.ListObjectsPagedResponse.createAsync(PageContext<ListObjectsRequest, ListObjectsResponse, Object> context, ApiFuture<ListObjectsResponse> futureResponse) StorageClient.listObjectsPagedCallable()Retrieves a list of objects matching the criteria.PagedCallSettings.Builder<ListObjectsRequest,ListObjectsResponse, StorageClient.ListObjectsPagedResponse> StorageSettings.Builder.listObjectsSettings()Returns the builder for the settings used for calls to listObjects.StorageSettings.listObjectsSettings()Returns the object with the settings used for calls to listObjects. -
Uses of StorageClient.ListObjectsPagedResponse in com.google.storage.v2.stub
Methods in com.google.storage.v2.stub that return types with arguments of type StorageClient.ListObjectsPagedResponseModifier and TypeMethodDescriptionGrpcStorageStub.listObjectsPagedCallable()StorageStub.listObjectsPagedCallable()PagedCallSettings.Builder<ListObjectsRequest,ListObjectsResponse, StorageClient.ListObjectsPagedResponse> StorageStubSettings.Builder.listObjectsSettings()Returns the builder for the settings used for calls to listObjects.StorageStubSettings.listObjectsSettings()Returns the object with the settings used for calls to listObjects.