google.golang.org/api/storage/v1.ObjectsListCall.Context (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L10430: func (c *ObjectsListCall) Context(ctx context.Context) *ObjectsListCall {

	cloud.google.com/go/storage
		bucket.go#L1168: 		resp, err = req.Context(it.ctx).Do()