Ejemplo n.º 1
0
 /// <summary>
 /// Returns multiple reports in a batch. All reports must be for the same
 /// Entity.
 /// </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>
 /// The RPC response.
 /// </returns>
 public override gadv::BatchRunReportsResponse BatchRunReports(
     gadv::BatchRunReportsRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     Modify_BatchRunReportsRequest(ref request, ref callSettings);
     return(_callBatchRunReports.Sync(request, callSettings));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns multiple reports in a batch. All reports must be for the same
 /// Entity.
 /// </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>
 /// The RPC response.
 /// </returns>
 public virtual gadv::BatchRunReportsResponse BatchRunReports(
     gadv::BatchRunReportsRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     throw new sys::NotImplementedException();
 }
Ejemplo n.º 3
0
 partial void Modify_BatchRunReportsRequest(ref gadv::BatchRunReportsRequest request, ref gaxgrpc::CallSettings settings);
Ejemplo n.º 4
0
 /// <summary>
 /// Returns multiple reports in a batch. All reports must be for the same
 /// Entity.
 /// </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 containing the RPC response.
 /// </returns>
 public virtual stt::Task <gadv::BatchRunReportsResponse> BatchRunReportsAsync(
     gadv::BatchRunReportsRequest request,
     st::CancellationToken cancellationToken) => BatchRunReportsAsync(
     request,
     gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));