We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0aa99 commit 91fc36aCopy full SHA for 91fc36a
google-cloud-storage/src/main/java/com/google/cloud/storage/Blob.java
@@ -916,6 +916,10 @@ public Builder toBuilder() {
916
return new Builder(this);
917
}
918
919
+ /**
920
+ * Returns true if obj instance {@code Blob.toPb()} metadata representation and {@code
921
+ * Blob.options} instance of StorageOptions are both equal.
922
+ */
923
@Override
924
public final boolean equals(Object obj) {
925
if (obj == this) {
0 commit comments