Read allows one to read an object based on the offset into the content. The requested data may be returned in one or more messages.
(ctx context.Context, in *ReadContentRequest, opts ...grpc.CallOption)
| 49 | // |
| 50 | // The requested data may be returned in one or more messages. |
| 51 | Read(ctx context.Context, in *ReadContentRequest, opts ...grpc.CallOption) (Content_ReadClient, error) |
| 52 | // Status returns the status for a single reference. |
| 53 | Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error) |
| 54 | // ListStatuses returns the status of ongoing object ingestions, started via |
no outgoing calls