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

2 uses

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

	cloud.google.com/go/storage
		storage.go#L889: 	call := o.c.raw.Objects.Patch(o.bucket, o.object, rawObj).Projection("full").Context(ctx)