`BlobInfo blobInfo = BlobInfo.newBuiler(blobId).setContentType("text/plain").build();` has a typo. The method should be `newBuilder` instead of `newBuiler`.
BlobInfo blobInfo = BlobInfo.newBuiler(blobId).setContentType("text/plain").build();has a typo. The method should benewBuilderinstead ofnewBuiler.