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

Implement Service & Service Object for Storage #946

Merged

Conversation

stephenplusplus
Copy link
Contributor

For #904

This hooks Storage up with Service & ServiceObject.

@stephenplusplus stephenplusplus added the api: storage Issues related to the Cloud Storage API. label Nov 14, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 14, 2015

var query = {};
if (options.generation) {
query = {
generation: options.generation

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@stephenplusplus stephenplusplus force-pushed the spp--ServiceObject-Storage branch from c8ca37b to 435861a Compare November 17, 2015 19:09
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.

@stephenplusplus stephenplusplus force-pushed the spp--ServiceObject-Storage branch from 435861a to 92c70bc Compare November 17, 2015 19:12
callmehiphop added a commit that referenced this pull request Nov 17, 2015
Implement Service & Service Object for Storage
@callmehiphop callmehiphop merged commit 9922213 into googleapis:master Nov 17, 2015
@callmehiphop
Copy link
Contributor

👍

sofisl pushed a commit that referenced this pull request Nov 11, 2022
#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
sofisl pushed a commit that referenced this pull request Jan 17, 2023
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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