cloud.google.com/go/errorreporting.Client.apiClient (field)

5 uses

	cloud.google.com/go/errorreporting (current package)
		errors.go#L79: 	apiClient      client
		errors.go#L108: 		apiClient:   c,
		errors.go#L119: 			_, err = client.apiClient.ReportErrorEvent(ctx, req)
		errors.go#L147: 	return c.apiClient.Close()
		errors.go#L158: 	_, err := c.apiClient.ReportErrorEvent(ctx, c.newRequest(e))