Пример #1
0
 /// <summary>
 /// Splits a given `ReadStream` into two `ReadStream` objects. These
 /// `ReadStream` objects are referred to as the primary and the residual
 /// streams of the split. The original `ReadStream` can still be read from in
 /// the same manner as before. Both of the returned `ReadStream` objects can
 /// also be read from, and the rows returned by both child streams will be
 /// the same as the rows read from the original stream.
 ///
 /// Moreover, the two child streams will be allocated back-to-back in the
 /// original `ReadStream`. Concretely, it is guaranteed that for streams
 /// original, primary, and residual, that original[0-j] = primary[0-j] and
 /// original[j-n] = residual[0-m] once the streams have been read to
 /// completion.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param>
 /// <param name="deadline">An optional deadline for the call. The call will be cancelled if deadline is hit.</param>
 /// <param name="cancellationToken">An optional token for canceling the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.BigQuery.Storage.V1.SplitReadStreamResponse> SplitReadStreamAsync(global::Google.Cloud.BigQuery.Storage.V1.SplitReadStreamRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(SplitReadStreamAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Пример #2
0
 /// <summary>
 /// Splits a given `ReadStream` into two `ReadStream` objects. These
 /// `ReadStream` objects are referred to as the primary and the residual
 /// streams of the split. The original `ReadStream` can still be read from in
 /// the same manner as before. Both of the returned `ReadStream` objects can
 /// also be read from, and the rows returned by both child streams will be
 /// the same as the rows read from the original stream.
 ///
 /// Moreover, the two child streams will be allocated back-to-back in the
 /// original `ReadStream`. Concretely, it is guaranteed that for streams
 /// original, primary, and residual, that original[0-j] = primary[0-j] and
 /// original[j-n] = residual[0-m] once the streams have been read to
 /// completion.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.BigQuery.Storage.V1.SplitReadStreamResponse> SplitReadStreamAsync(global::Google.Cloud.BigQuery.Storage.V1.SplitReadStreamRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SplitReadStream, null, options, request));
 }
Пример #3
0
 /// <summary>
 /// Splits a given `ReadStream` into two `ReadStream` objects. These
 /// `ReadStream` objects are referred to as the primary and the residual
 /// streams of the split. The original `ReadStream` can still be read from in
 /// the same manner as before. Both of the returned `ReadStream` objects can
 /// also be read from, and the rows returned by both child streams will be
 /// the same as the rows read from the original stream.
 ///
 /// Moreover, the two child streams will be allocated back-to-back in the
 /// original `ReadStream`. Concretely, it is guaranteed that for streams
 /// original, primary, and residual, that original[0-j] = primary[0-j] and
 /// original[j-n] = residual[0-m] once the streams have been read to
 /// completion.
 /// </summary>
 /// <param name="request">The request received from the client.</param>
 /// <param name="context">The context of the server-side call handler being invoked.</param>
 /// <returns>The response to send back to the client (wrapped by a task).</returns>
 public virtual global::System.Threading.Tasks.Task <global::Google.Cloud.BigQuery.Storage.V1.SplitReadStreamResponse> SplitReadStream(global::Google.Cloud.BigQuery.Storage.V1.SplitReadStreamRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }