Exemplo n.º 1
0
 /// <summary>
 /// Splits a given read stream into two Streams. These streams are referred to
 /// as the primary and the residual of the split. The original stream can still
 /// be read from in the same manner as before. Both of the returned streams can
 /// also be read from, and the total rows return 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 Stream. 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.
 ///
 /// This method is guaranteed to be idempotent.
 /// </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.V1Beta1.SplitReadStreamResponse> SplitReadStreamAsync(global::Google.Cloud.Bigquery.Storage.V1Beta1.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)));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Splits a given read stream into two Streams. These streams are referred to
 /// as the primary and the residual of the split. The original stream can still
 /// be read from in the same manner as before. Both of the returned streams can
 /// also be read from, and the total rows return 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 Stream. 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.
 ///
 /// This method is guaranteed to be idempotent.
 /// </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.V1Beta1.SplitReadStreamResponse> SplitReadStreamAsync(global::Google.Cloud.Bigquery.Storage.V1Beta1.SplitReadStreamRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SplitReadStream, null, options, request));
 }
Exemplo n.º 3
0
 /// <summary>
 /// Splits a given read stream into two Streams. These streams are referred to
 /// as the primary and the residual of the split. The original stream can still
 /// be read from in the same manner as before. Both of the returned streams can
 /// also be read from, and the total rows return 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 Stream. 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.
 ///
 /// This method is guaranteed to be idempotent.
 /// </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.V1Beta1.SplitReadStreamResponse> SplitReadStream(global::Google.Cloud.Bigquery.Storage.V1Beta1.SplitReadStreamRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }