Nicole Zhu

Results 115 issues of Nicole Zhu

https://cloud.google.com/logging/docs/samples/logging-get-sink Similar to this Nodejs sample, add a Golang sample showcasing how to retrieve Cloud Logging Sink metadata & an accompanying test. Region tag: logging_get_sink

priority: p3
good first issue
type: feature request
api: logging
samples
lang: go

Improve the Write logEntry sample on [this page](https://cloud.google.com/logging/docs/samples/logging-write-log-entry) This page is referenced by [docs](https://cloud.google.com/logging/docs/api/tasks/creating-logs) that explicitly talk about LogEntries. So we should demo this “advanced” logging technique, even though we...

priority: p3
good first issue
type: feature request
api: logging
samples
lang: go

Improve the Logging quickstart [sample in Golang](https://cloud.google.com/logging/docs/samples/logging-quickstart#logging_quickstart-go). Quickstart should work out of the box and contain all the instructions (in comments) so users can immediately see their logs. Additional criteria:...

priority: p3
good first issue
type: feature request
api: logging
samples

Similar to the implementation in Node: https://github.com/googleapis/google-auth-library-nodejs/blob/master/src/auth/envDetect.ts

Create handwritten wrappers around: 'listExclusions', 'getExclusion', 'createExclusion', 'updateExclusion', 'deleteExclusion', https://github.com/googleapis/nodejs-logging/blob/c9a69da3cf4ec3e87f30afc22344191a3e43e26a/protos/google/logging/v2/logging_config.proto#L488

type: feature request
api: logging
priority: p3

Inspired by #785 and #984: Add `protoPayload` detection to [fromApiResponse](https://github.com/googleapis/nodejs-logging/blob/543533a02f293028081e7d31e3a98be1677b426a/src/entry.ts#L195) to automarshall proto into json format. Return an error or the original proto if marshalling fails. [Protobufjs](https://www.npmjs.com/package/protobufjs) library can be...

type: feature request
api: logging
priority: p3

Create functions getEntriesAsync(), getLogsAsync() and getLogMetricAsync(), extending [listlogentriesasync](https://googleapis.dev/nodejs/logging/latest/v2.LoggingServiceV2Client.html#listLogEntriesAsync), listlogsasync, listlogmetricsasync, etc Async iterators are available in the GAPIC portion of this lib. For example: users can now do by: ```javascript...

type: feature request
api: logging
priority: p3

Improve the Logging quickstart [in Node](https://cloud.google.com/logging/docs/samples/logging-quickstart#logging_quickstart-nodejs). Quickstart should work out of the box and contain all the instructions (in comments) so users can immediately see their logs. Additional criteria: -...

type: feature request
good first issue
api: logging
priority: p3
samples
lang: nodejs

In [log metrics proto](https://github.com/googleapis/nodejs-logging/blob/master/protos/google/logging/v2/logging_metrics.proto), see `DeleteLogMetric`, `UpdateLogMetric`, `CreateLogMetric`, `ListLogMetrics` are enabled. Write a wrapper & tests to make this feature more accessible for users.

type: feature request
api: logging
priority: p3

WiP for #326 - [x] investigate max k in NotEnoughRowsAvail - [x] distinguish different types of BoundsFailure - [x] make Synthesis issues more descriptive - [] Synthesis is ret when...