/// <summary>
        /// Constructs a client wrapper for the ParentalStatusViewService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="ParentalStatusViewServiceSettings"/> used within this client.
        /// </param>
        public ParentalStatusViewServiceClientImpl(ParentalStatusViewService.ParentalStatusViewServiceClient grpcClient, ParentalStatusViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            ParentalStatusViewServiceSettings effectiveSettings = settings ?? ParentalStatusViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper             clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetParentalStatusView = clientHelper.BuildApiCall <GetParentalStatusViewRequest, gagvr::ParentalStatusView>(grpcClient.GetParentalStatusViewAsync, grpcClient.GetParentalStatusView, effectiveSettings.GetParentalStatusViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetParentalStatusView);
            Modify_GetParentalStatusViewApiCall(ref _callGetParentalStatusView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 /// <summary>
 /// Creates a <see cref="ParentalStatusViewServiceClient"/> 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="ParentalStatusViewServiceSettings"/>.</param>
 /// <returns>The created <see cref="ParentalStatusViewServiceClient"/>.</returns>
 public static ParentalStatusViewServiceClient Create(grpccore::CallInvoker callInvoker, ParentalStatusViewServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     ParentalStatusViewService.ParentalStatusViewServiceClient grpcClient = new ParentalStatusViewService.ParentalStatusViewServiceClient(callInvoker);
     return(new ParentalStatusViewServiceClientImpl(grpcClient, settings));
 }
        /// <summary>
        /// Constructs a client wrapper for the ParentalStatusViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="ParentalStatusViewServiceSettings"/> used within this client </param>
        public ParentalStatusViewServiceClientImpl(ParentalStatusViewService.ParentalStatusViewServiceClient grpcClient, ParentalStatusViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            ParentalStatusViewServiceSettings effectiveSettings = settings ?? ParentalStatusViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper             clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetParentalStatusView = clientHelper.BuildApiCall <GetParentalStatusViewRequest, gagvr::ParentalStatusView>(
                GrpcClient.GetParentalStatusViewAsync, GrpcClient.GetParentalStatusView, effectiveSettings.GetParentalStatusViewSettings)
                                         .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetParentalStatusView);
            Modify_GetParentalStatusViewApiCall(ref _callGetParentalStatusView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(ParentalStatusViewService.ParentalStatusViewServiceClient grpcClient, ParentalStatusViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);