Ejemplo n.º 1
0
 /// <summary>
 /// Sends new spans to new or existing traces. You cannot update
 /// existing spans.
 /// </summary>
 /// <param name="request">
 /// The request object containing all of the parameters for the API call.
 /// </param>
 /// <param name="callSettings">
 /// If not null, applies overrides to this RPC call.
 /// </param>
 /// <returns>
 /// A Task that completes when the RPC has completed.
 /// </returns>
 public override stt::Task BatchWriteSpansAsync(
     BatchWriteSpansRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     Modify_BatchWriteSpansRequest(ref request, ref callSettings);
     return(_callBatchWriteSpans.Async(request, callSettings));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sends new spans to new or existing traces. You cannot update
 /// existing spans.
 /// </summary>
 /// <param name="request">
 /// The request object containing all of the parameters for the API call.
 /// </param>
 /// <param name="callSettings">
 /// If not null, applies overrides to this RPC call.
 /// </param>
 public override void BatchWriteSpans(
     BatchWriteSpansRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     Modify_BatchWriteSpansRequest(ref request, ref callSettings);
     _callBatchWriteSpans.Sync(request, callSettings);
 }
Ejemplo n.º 3
0
 // Partial methods called on each request.
 // Allows per-RPC-call modification to the request and CallSettings objects,
 // before the underlying RPC is performed.
 partial void Modify_BatchWriteSpansRequest(ref BatchWriteSpansRequest request, ref gaxgrpc::CallSettings settings);
Ejemplo n.º 4
0
 /// <summary>
 /// Sends new spans to new or existing traces. You cannot update
 /// existing spans.
 /// </summary>
 /// <param name="request">
 /// The request object containing all of the parameters for the API call.
 /// </param>
 /// <param name="callSettings">
 /// If not null, applies overrides to this RPC call.
 /// </param>
 public virtual void BatchWriteSpans(
     BatchWriteSpansRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     throw new sys::NotImplementedException();
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Sends new spans to new or existing traces. You cannot update
 /// existing spans.
 /// </summary>
 /// <param name="request">
 /// The request object containing all of the parameters for the API call.
 /// </param>
 /// <param name="cancellationToken">
 /// A <see cref="st::CancellationToken"/> to use for this RPC.
 /// </param>
 /// <returns>
 /// A Task that completes when the RPC has completed.
 /// </returns>
 public virtual stt::Task BatchWriteSpansAsync(
     BatchWriteSpansRequest request,
     st::CancellationToken cancellationToken) => BatchWriteSpansAsync(
     request,
     gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
Ejemplo n.º 6
0
 /// <summary>
 /// Sends new spans to new or existing traces. You cannot update
 /// existing spans.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public virtual stt::Task BatchWriteSpansAsync(BatchWriteSpansRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();
Ejemplo n.º 7
0
 /// <summary>
 /// Sends new spans to new or existing traces. You cannot update
 /// existing spans.
 /// </summary>
 /// <param name="request">
 /// The request object containing all of the parameters for the API call.
 /// </param>
 /// <param name="callSettings">
 /// If not null, applies overrides to this RPC call.
 /// </param>
 /// <returns>
 /// A Task containing the RPC response.
 /// </returns>
 public virtual Task BatchWriteSpansAsync(
     BatchWriteSpansRequest request,
     CallSettings callSettings = null)
 {
     throw new NotImplementedException();
 }