File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: fa0720c65576ed68419772b04b463176bc8061d7
2+ refs/heads/master: 9275acbfa609fc8790a7657a977c46276d85dac2
33refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ import com.google.cloud.storage.StorageOptions;
372372
373373Storage storage = StorageOptions.getDefaultInstance().getService ();
374374BlobId blobId = BlobId.of(" bucket" , " blob_name" );
375- BlobInfo blobInfo = BlobInfo.newBuiler (blobId).setContentType("text/plain").build ();
375+ BlobInfo blobInfo = BlobInfo.newBuilder (blobId).setContentType("text/plain").build ();
376376Blob blob = storage.create(blobInfo, " Hello, Cloud Storage!" .getBytes(UTF_8));
377377` ` `
378378The second snippet shows how to update a Storage blob if it exists. Complete source code can be
You can’t perform that action at this time.
0 commit comments