Ejemplo n.º 1
0
        /// <summary>
        /// Constructs a client wrapper for the CampaignLabelService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="CampaignLabelServiceSettings"/> used within this client.</param>
        public CampaignLabelServiceClientImpl(CampaignLabelService.CampaignLabelServiceClient grpcClient, CampaignLabelServiceSettings settings)
        {
            GrpcClient = grpcClient;
            CampaignLabelServiceSettings effectiveSettings = settings ?? CampaignLabelServiceSettings.GetDefault();
            gaxgrpc::ClientHelper        clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callMutateCampaignLabels = clientHelper.BuildApiCall <MutateCampaignLabelsRequest, MutateCampaignLabelsResponse>(grpcClient.MutateCampaignLabelsAsync, grpcClient.MutateCampaignLabels, effectiveSettings.MutateCampaignLabelsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateCampaignLabels);
            Modify_MutateCampaignLabelsApiCall(ref _callMutateCampaignLabels);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }