-
Notifications
You must be signed in to change notification settings - Fork 606
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
Implement Service & Service Object for Storage #946
Implement Service & Service Object for Storage #946
Conversation
|
||
var query = {}; | ||
if (options.generation) { | ||
query = { | ||
generation: options.generation |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
c8ca37b
to
435861a
Compare
var path = '/' + encodeURIComponent(options.entity); | ||
var query = null; | ||
|
||
var query = {}; | ||
if (options.generation) { | ||
query = { | ||
generation: options.generation |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
435861a
to
92c70bc
Compare
Implement Service & Service Object for Storage
👍 |
#946) * build(node): add feat in node post-processor to add client library version number in snippet metadata Co-authored-by: Benjamin E. Coe <[email protected]> Source-Link: googleapis/synthtool@d337b88 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
For #904
This hooks Storage up with Service & ServiceObject.