/// <summary>
 /// Returns the requested CustomerManagerLink in full detail.
 ///
 /// List of thrown errors:
 ///   [AuthenticationError]()
 ///   [AuthorizationError]()
 ///   [HeaderError]()
 ///   [InternalError]()
 ///   [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.Ads.GoogleAds.V8.Resources.CustomerManagerLink> GetCustomerManagerLink(global::Google.Ads.GoogleAds.V8.Services.GetCustomerManagerLinkRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }