This is possible with the google-api-nodejs-client, but my naive attempt to do this fails:
log.write(entries, {partialSuccess: true}, cb)
Good catch. That's where it should go, and it should work, but it looks like the proto file doesn't specify it as an option: https://github.com/googleapis/googleapis/blob/master/google/logging/v2/logging.proto#L69
cc: @filipjs
Hey,
looks like the proto file on Github was last updated in January.
I'll check what's the process of updating it.
Update is in progress, should be done shortly
The updated logging protos are now available at https://github.com/googleapis/googleapis/tree/master/google/logging
Thanks, @ethanbao!
@zbjornson PR incoming.
@zbjornson until our next release, you can install from master:
$ npm install --save googlecloudplatform/gcloud-node
Thank you all!
Most helpful comment
Hey,
looks like the proto file on Github was last updated in January.
I'll check what's the process of updating it.