Write begins or resumes writes to a resource identified by a unique ref. Only one active stream may exist at a time for each ref. Once a write stream has started, it may only write to a single ref, thus once a stream is started, the ref may be omitted on subsequent writes. For any write transactio
(ctx context.Context, opts ...grpc.CallOption)
| 75 | // When completed, the commit flag should be set to true. If expected size |
| 76 | // or digest is set, the content will be validated against those values. |
| 77 | Write(ctx context.Context, opts ...grpc.CallOption) (Content_WriteClient, error) |
| 78 | // Abort cancels the ongoing write named in the request. Any resources |
| 79 | // associated with the write will be collected. |
| 80 | Abort(ctx context.Context, in *AbortRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) |
no outgoing calls