Beispiel #1
0
 /// <summary>
 /// Runs the offline user data job.
 ///
 /// When finished, the long running operation will contain the processing
 /// result or failure information, if any.
 ///
 /// List of thrown errors:
 ///   [AuthenticationError]()
 ///   [AuthorizationError]()
 ///   [DatabaseError]()
 ///   [HeaderError]()
 ///   [InternalError]()
 ///   [OfflineUserDataJobError]()
 ///   [QuotaError]()
 ///   [RequestError]()
 /// </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.LongRunning.Operation> RunOfflineUserDataJob(global::Google.Ads.GoogleAds.V8.Services.RunOfflineUserDataJobRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }