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 TypeMethodDescriptionstatic com.google.api.core.ApiFuture<StorageClient.ListObjectsPagedResponse>StorageClient.ListObjectsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListObjectsRequest, ListObjectsResponse, Object> context, com.google.api.core.ApiFuture<ListObjectsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListObjectsRequest,StorageClient.ListObjectsPagedResponse> StorageClient.listObjectsPagedCallable()Retrieves a list of objects matching the criteria.com.google.api.gax.rpc.PagedCallSettings.Builder<ListObjectsRequest,ListObjectsResponse, StorageClient.ListObjectsPagedResponse> StorageSettings.Builder.listObjectsSettings()Returns the builder for the settings used for calls to listObjects.com.google.api.gax.rpc.PagedCallSettings<ListObjectsRequest,ListObjectsResponse, StorageClient.ListObjectsPagedResponse> 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 TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListObjectsRequest,StorageClient.ListObjectsPagedResponse> GrpcStorageStub.listObjectsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListObjectsRequest,StorageClient.ListObjectsPagedResponse> StorageStub.listObjectsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListObjectsRequest,ListObjectsResponse, StorageClient.ListObjectsPagedResponse> StorageStubSettings.Builder.listObjectsSettings()Returns the builder for the settings used for calls to listObjects.com.google.api.gax.rpc.PagedCallSettings<ListObjectsRequest,ListObjectsResponse, StorageClient.ListObjectsPagedResponse> StorageStubSettings.listObjectsSettings()Returns the object with the settings used for calls to listObjects.