cloud.google.com/go/logging/apiv2.Client.WriteLogEntries (method)
4 uses
cloud.google.com/go/logging/apiv2 (current package)
logging_client.go#L157: func (c *Client) WriteLogEntries(ctx context.Context, req *loggingpb.WriteLogEntriesRequest, opts ...gax.CallOption) (*loggingpb.WriteLogEntriesResponse, error) {
cloud.google.com/go/logging
logging.go#L195: _, err := c.client.WriteLogEntries(ctx, &logpb.WriteLogEntriesRequest{
logging.go#L777: _, err = l.client.client.WriteLogEntries(ctx, &logpb.WriteLogEntriesRequest{
logging.go#L819: _, err := l.client.client.WriteLogEntries(ctx, req)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |