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

2 uses

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

	cloud.google.com/go/storage
		copy.go#L218: 	call := c.dst.c.raw.Objects.Compose(c.dst.bucket, c.dst.object, req).Context(ctx)