type cloud.google.com/go/logging.Client

9 uses

	cloud.google.com/go/logging (current package)
		logging.go#L104: type Client struct {
		logging.go#L139: func NewClient(ctx context.Context, parent string, opts ...option.ClientOption) (*Client, error) {
		logging.go#L152: 	client := &Client{
		logging.go#L189: func (c *Client) Ping(ctx context.Context) error {
		logging.go#L205: func (c *Client) error(err error) {
		logging.go#L216: func (c *Client) extractErrorInfo() error {
		logging.go#L231: 	client     *Client
		logging.go#L430: func (c *Client) Logger(logID string, opts ...LoggerOption) *Logger {
		logging.go#L481: func (c *Client) Close() error {