コード例 #1
0
 /// <summary>
 /// Returns a customized report of your Google Analytics event data. Reports
 /// contain statistics derived from data collected by the Google Analytics
 /// tracking code. The data returned from the API is as a table with columns
 /// for the requested dimensions and metrics. Metrics are individual
 /// measurements of user activity on your property, such as active users or
 /// event count. Dimensions break down metrics across some common criteria,
 /// such as country or event name.
 /// </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::RunReportResponse RunReport(
     gadv::RunReportRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     Modify_RunReportRequest(ref request, ref callSettings);
     return(_callRunReport.Sync(request, callSettings));
 }
コード例 #2
0
 /// <summary>
 /// Returns a customized report of your Google Analytics event data. Reports
 /// contain statistics derived from data collected by the Google Analytics
 /// tracking code. The data returned from the API is as a table with columns
 /// for the requested dimensions and metrics. Metrics are individual
 /// measurements of user activity on your property, such as active users or
 /// event count. Dimensions break down metrics across some common criteria,
 /// such as country or event name.
 /// </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 override stt::Task <gadv::RunReportResponse> RunReportAsync(
     gadv::RunReportRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     Modify_RunReportRequest(ref request, ref callSettings);
     return(_callRunReport.Async(request, callSettings));
 }
コード例 #3
0
 /// <summary>
 /// Returns a customized report of your Google Analytics event data. Reports
 /// contain statistics derived from data collected by the Google Analytics
 /// tracking code. The data returned from the API is as a table with columns
 /// for the requested dimensions and metrics. Metrics are individual
 /// measurements of user activity on your property, such as active users or
 /// event count. Dimensions break down metrics across some common criteria,
 /// such as country or event name.
 /// </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::RunReportResponse RunReport(
     gadv::RunReportRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     throw new sys::NotImplementedException();
 }
コード例 #4
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_RunReportRequest(ref gadv::RunReportRequest request, ref gaxgrpc::CallSettings settings);
コード例 #5
0
 /// <summary>
 /// Returns a customized report of your Google Analytics event data. Reports
 /// contain statistics derived from data collected by the Google Analytics
 /// tracking code. The data returned from the API is as a table with columns
 /// for the requested dimensions and metrics. Metrics are individual
 /// measurements of user activity on your property, such as active users or
 /// event count. Dimensions break down metrics across some common criteria,
 /// such as country or event name.
 /// </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::RunReportResponse> RunReportAsync(
     gadv::RunReportRequest request,
     st::CancellationToken cancellationToken) => RunReportAsync(
     request,
     gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));