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

storage: use default method options in File class #959

Conversation

stephenplusplus
Copy link
Contributor

** Depends on #958 **

This removes some re-implemented methods that can, after #958 merges, be re-used from the ServiceObject class.

@stephenplusplus stephenplusplus added api: storage Issues related to the Cloud Storage API. don't merge labels Nov 24, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 24, 2015
@stephenplusplus stephenplusplus changed the title Spp storage file use default method options storage: use default method options in File class Nov 24, 2015
var requestQueryObject = {};
var generation = parseInt(options.generation, 10);

if (generation) {

This comment was marked as spam.

This comment was marked as spam.

@callmehiphop
Copy link
Contributor

Is the don't merge label here because of the previous PR dependency? Or is there still stuff to be done?

@stephenplusplus stephenplusplus force-pushed the spp--storage-file-use-default-method-options branch from c466911 to d464ad5 Compare November 24, 2015 22:24
@stephenplusplus
Copy link
Contributor Author

It was indeed! Switched to a strict number check. PTAL

@stephenplusplus stephenplusplus force-pushed the spp--storage-file-use-default-method-options branch from d464ad5 to a95853f Compare November 24, 2015 22:26
callmehiphop added a commit that referenced this pull request Nov 24, 2015
…fault-method-options

storage: use default method options in File class
@callmehiphop callmehiphop merged commit ed792fb into googleapis:master Nov 24, 2015
sofisl pushed a commit that referenced this pull request Jan 17, 2023
See internally: b/203065829

Script used:

sed -i -e 's/@see \[\(.*\)\]{@link \(.*\)}$/See {@link \2| \1}/' src/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants