-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: expose the methods of Notifications #399
feat: expose the methods of Notifications #399
Conversation
Codecov Report
@@ Coverage Diff @@
## main #399 +/- ##
=======================================
Coverage ? 64.71%
Complexity ? 657
=======================================
Files ? 34
Lines ? 5529
Branches ? 546
=======================================
Hits ? 3578
Misses ? 1779
Partials ? 172 Continue to review full report at Codecov.
|
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/NotificationInfo.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/NotificationInfo.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use @param for arguments when you write javadoc for method
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1/StorageRpc.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/NotificationInfo.java
Show resolved
Hide resolved
@dmitry-fa all the comments have been addressed PTAL |
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
@dmitry-fa PTAL |
1 similar comment
@dmitry-fa PTAL |
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It becomes more and more clear. Some minor things to fix left.
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Notification.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few minor corrections to the doc
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Outdated
Show resolved
Hide resolved
@dmitry-fa all the comments have been addressed PTAL |
b56cc01
to
300c604
Compare
300c604
to
8489ff2
Compare
Addressed the feedback of #393
Fixes #138