Skip to content

update storage use example in README to create BlobInfo with builder …#1139

Closed
drmarshall wants to merge 1 commit intogoogleapis:masterfrom
drmarshall:storage-doc-example
Closed

update storage use example in README to create BlobInfo with builder …#1139
drmarshall wants to merge 1 commit intogoogleapis:masterfrom
drmarshall:storage-doc-example

Conversation

@drmarshall
Copy link

…instead of passing a String blobname, which is not supported
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please let us know the company's name.

@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label Aug 5, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 85.871% when pulling 0c1a633 on drmarshall:storage-doc-example into 64115e4 on GoogleCloudPlatform:master.

@mziccard
Copy link
Contributor

mziccard commented Aug 8, 2016

Hi @drmarshall, thanks for doing this!

The example in the README is taken from the CreateAndListBucketsAndBlobs snippet. I believe that to fix the README we should just replace:

Blob blob = storage.create(
    "my_blob_name", "a simple blob".getBytes(UTF_8), "text/plain");

with

Blob blob = bucket.create(
    "my_blob_name", "a simple blob".getBytes(UTF_8), "text/plain");

Also, could you make the CLA bot happy? :)

@mziccard
Copy link
Contributor

Closing this as it was fixed in #1202. Thanks again @drmarshall for reporting this.

@mziccard mziccard closed this Aug 26, 2016
@drmarshall
Copy link
Author

Thanks Marco. Will stick to issues until I can appease CLA bot.

On Fri, Aug 26, 2016 at 12:03 PM Marco Ziccardi notifications@github.com
wrote:

Closing this as it was fixed in #1202
#1202. Thanks
again @drmarshall https://github.com/drmarshall for reporting this.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#1139 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFvcOCzU9gUjG7Qksf9tZcFrLcgyAIH4ks5qjxxAgaJpZM4JeGsv
.

meltsufin pushed a commit that referenced this pull request Dec 22, 2025
chingor13 pushed a commit that referenced this pull request Jan 6, 2026
…1829) (#1139)

* chore: update dependencies in requirements.txt to address dependabot security alerts

* update dependencies within gcp/templates

---------


Source-Link: googleapis/synthtool@af76aa5
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:46d2d262cd285c638656c8bde468011b723dc0c7ffd6a5ecc2650fe639c82e8f

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
chingor13 pushed a commit that referenced this pull request Feb 24, 2026
🤖 I have created a release *beep* *boop*
---


## [1.16.0](https://togithub.com/googleapis/google-auth-library-java/compare/v1.15.0...v1.16.0) (2023-02-15)


### Features

* Add PKCE to 3LO exchange. ([#1146](https://togithub.com/googleapis/google-auth-library-java/issues/1146)) ([5bf606b](https://togithub.com/googleapis/google-auth-library-java/commit/5bf606bb8f6d863b44e87587eebf51eaeea4a0ae))


### Bug Fixes

* Create and reuse self signed jwt creds for better performance ([#1154](https://togithub.com/googleapis/google-auth-library-java/issues/1154)) ([eaaa8e8](https://togithub.com/googleapis/google-auth-library-java/commit/eaaa8e89cf69d1e0d581443121f315854d52c75f))
* Java doc for DefaultPKCEProvider.java ([#1148](https://togithub.com/googleapis/google-auth-library-java/issues/1148)) ([154c127](https://togithub.com/googleapis/google-auth-library-java/commit/154c1279b3ec96cc34a3225e5e78800ccdda927c))
* Removed url pattern validation for google urls in external account credential configurations ([#1150](https://togithub.com/googleapis/google-auth-library-java/issues/1150)) ([35495b1](https://togithub.com/googleapis/google-auth-library-java/commit/35495b1207ffe11712ee996d3e305449752fb87c))


### Documentation

* Clarified Maven artifact for HTTP-based clients ([#1136](https://togithub.com/googleapis/google-auth-library-java/issues/1136)) ([b49fc13](https://togithub.com/googleapis/google-auth-library-java/commit/b49fc13b10d0e326c7296e2aad7a50ea03e774f5))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: no This human has *not* signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants