-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Description
Environment details
- API: GCS
- OS type and version: all
- Java version: 8
- google-cloud-java version(s): 1.87.0
Steps to reproduce
- Goto https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
- check the documentation of the following method
Page<Blob> list(String bucket, BlobListOption... options); Iterator<Blob> blobIterator = blobs.iterateAll();is not correct- It should be like
Iterator<Blob> blobIterator = blobs.iterateAll().iterator();
Metadata
Metadata
Assignees
Labels
type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.