Exemple #1
0
        /// <summary>
        /// Constructs a client wrapper for the AdGroupCriterionSimulationService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AdGroupCriterionSimulationServiceSettings"/> used within this client </param>
        public AdGroupCriterionSimulationServiceClientImpl(AdGroupCriterionSimulationService.AdGroupCriterionSimulationServiceClient grpcClient, AdGroupCriterionSimulationServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdGroupCriterionSimulationServiceSettings effectiveSettings = settings ?? AdGroupCriterionSimulationServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAdGroupCriterionSimulation = clientHelper.BuildApiCall <GetAdGroupCriterionSimulationRequest, gagvr::AdGroupCriterionSimulation>(
                GrpcClient.GetAdGroupCriterionSimulationAsync, GrpcClient.GetAdGroupCriterionSimulation, effectiveSettings.GetAdGroupCriterionSimulationSettings)
                                                 .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetAdGroupCriterionSimulation);
            Modify_GetAdGroupCriterionSimulationApiCall(ref _callGetAdGroupCriterionSimulation);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Exemple #2
0
        /// <summary>
        /// Constructs a client wrapper for the AdGroupCriterionSimulationService service, with the specified gRPC
        /// client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="AdGroupCriterionSimulationServiceSettings"/> used within this client.
        /// </param>
        public AdGroupCriterionSimulationServiceClientImpl(AdGroupCriterionSimulationService.AdGroupCriterionSimulationServiceClient grpcClient, AdGroupCriterionSimulationServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdGroupCriterionSimulationServiceSettings effectiveSettings = settings ?? AdGroupCriterionSimulationServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAdGroupCriterionSimulation = clientHelper.BuildApiCall <GetAdGroupCriterionSimulationRequest, gagvr::AdGroupCriterionSimulation>(grpcClient.GetAdGroupCriterionSimulationAsync, grpcClient.GetAdGroupCriterionSimulation, effectiveSettings.GetAdGroupCriterionSimulationSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetAdGroupCriterionSimulation);
            Modify_GetAdGroupCriterionSimulationApiCall(ref _callGetAdGroupCriterionSimulation);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }