Navigation Menu

Skip to content

Commit

Permalink
docs: Add doc for equals method in blob (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
michiboo committed May 26, 2020
1 parent ae0aa99 commit 91fc36a
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -916,6 +916,10 @@ public Builder toBuilder() {
return new Builder(this);
}

/**
* Returns true if obj instance {@code Blob.toPb()} metadata representation and {@code
* Blob.options} instance of StorageOptions are both equal.
*/
@Override
public final boolean equals(Object obj) {
if (obj == this) {
Expand Down

0 comments on commit 91fc36a

Please sign in to comment.