Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requester pays: expose userProject #2554

Merged
merged 7 commits into from
Oct 31, 2017

Conversation

andreamlin
Copy link
Contributor

@andreamlin andreamlin commented Oct 26, 2017

Expose the userProject parameter for the List.Buckets operation.
Bump google-api-client dependency to 1.23.0.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 26, 2017
@andreamlin
Copy link
Contributor Author

Not ready for review; just running CI

@andreamlin andreamlin changed the title Requester pays Requester pays WIP Oct 26, 2017
@andreamlin andreamlin requested review from vam-google and removed request for garrettjonesgoogle October 26, 2017 16:59
@andreamlin
Copy link
Contributor Author

PTAL

@andreamlin andreamlin changed the title Requester pays WIP Requester pays: expose userProject Oct 26, 2017
Copy link
Contributor

@vam-google vam-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@garrettjonesgoogle Storage is a GA library and with this PR we update the underlying http and apiary clients used. I hope it is still ok, but please confirm.

@@ -252,6 +252,7 @@ public StorageObject create(StorageObject storageObject, final InputStream conte
.setMaxResults(Option.MAX_RESULTS.getLong(options))
.setPageToken(Option.PAGE_TOKEN.getString(options))
.setFields(Option.FIELDS.getString(options))
.setUserProject(Option.FIELDS.getString(options))

This comment was marked as spam.

This comment was marked as spam.

@garrettjonesgoogle
Copy link
Member

@vam-google updating the underlying http and apiary clients should be fine - they don't form part of the surface of google-cloud-storage.

@andreamlin
Copy link
Contributor Author

Fixed bugs. PTAL

Copy link
Contributor

@vam-google vam-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andreamlin andreamlin merged commit ca27145 into googleapis:master Oct 31, 2017
schmidt-sebastian pushed a commit to FirebasePrivate/google-cloud-java that referenced this pull request Nov 9, 2017
Expose the userProject parameter for the List.Buckets operation.
Bump google-api-client dependency to 1.23.0.
@andreamlin andreamlin deleted the requester_pays branch February 27, 2018 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants