/// <summary>
 /// Creates a <see cref="LocationViewServiceClient"/> which uses the specified call invoker for remote operations.
 /// </summary>
 /// <param name="callInvoker">The <see cref="grpccore::CallInvoker"/> for remote operations. Must not be null.</param>
 /// <param name="settings">Optional <see cref="LocationViewServiceSettings"/>.</param>
 /// <returns>The created <see cref="LocationViewServiceClient"/>.</returns>
 public static LocationViewServiceClient Create(grpccore::CallInvoker callInvoker, LocationViewServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     LocationViewService.LocationViewServiceClient grpcClient = new LocationViewService.LocationViewServiceClient(callInvoker);
     return(new LocationViewServiceClientImpl(grpcClient, settings));
 }
        /// <summary>
        /// Constructs a client wrapper for the LocationViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="LocationViewServiceSettings"/> used within this client </param>
        public LocationViewServiceClientImpl(LocationViewService.LocationViewServiceClient grpcClient, LocationViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            LocationViewServiceSettings effectiveSettings = settings ?? LocationViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper       clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetLocationView = clientHelper.BuildApiCall <GetLocationViewRequest, gagvr::LocationView>(
                GrpcClient.GetLocationViewAsync, GrpcClient.GetLocationView, effectiveSettings.GetLocationViewSettings);
            Modify_ApiCall(ref _callGetLocationView);
            Modify_GetLocationViewApiCall(ref _callGetLocationView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(LocationViewService.LocationViewServiceClient grpcClient, LocationViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);