Skip to content

Commit 91fc36a

Browse files
authored
docs: Add doc for equals method in blob (#311)
1 parent ae0aa99 commit 91fc36a

File tree

1 file changed

+4
-0
lines changed
  • google-cloud-storage/src/main/java/com/google/cloud/storage

1 file changed

+4
-0
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/Blob.java

+4
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,10 @@ public Builder toBuilder() {
916916
return new Builder(this);
917917
}
918918

919+
/**
920+
* Returns true if obj instance {@code Blob.toPb()} metadata representation and {@code
921+
* Blob.options} instance of StorageOptions are both equal.
922+
*/
919923
@Override
920924
public final boolean equals(Object obj) {
921925
if (obj == this) {

0 commit comments

Comments
 (0)