/// <summary>
 /// Returns the requested mobile device constant in full detail.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Google.Ads.GoogleAds.V2.Resources.MobileDeviceConstant GetMobileDeviceConstant(global::Google.Ads.GoogleAds.V2.Services.GetMobileDeviceConstantRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetMobileDeviceConstant, null, options, request));
 }