Skip to content

Commit

Permalink
docs: update TransportCompatibility annotation for Storage#blobWriteS…
Browse files Browse the repository at this point in the history
…ession (#2520)

HTTP support was added in 2.37.0, but I forgot to update the annotation
then.
  • Loading branch information
BenWhitehead committed May 1, 2024
1 parent ed24641 commit b7d673c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4825,7 +4825,7 @@ default void close() throws Exception {}
* @see GrpcStorageOptions.Builder#setBlobWriteSessionConfig(BlobWriteSessionConfig)
*/
@BetaApi
@TransportCompatibility({Transport.GRPC})
@TransportCompatibility({Transport.GRPC, Transport.HTTP})
default BlobWriteSession blobWriteSession(BlobInfo blobInfo, BlobWriteOption... options) {
return throwGrpcOnly(fmtMethodName("blobWriteSession", BlobInfo.class, BlobWriteOption.class));
}
Expand Down

0 comments on commit b7d673c

Please sign in to comment.