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

            _callGetCampaignAudienceView = clientHelper.BuildApiCall <GetCampaignAudienceViewRequest, gagvr::CampaignAudienceView>(
                GrpcClient.GetCampaignAudienceViewAsync, GrpcClient.GetCampaignAudienceView, effectiveSettings.GetCampaignAudienceViewSettings);
            Modify_ApiCall(ref _callGetCampaignAudienceView);
            Modify_GetCampaignAudienceViewApiCall(ref _callGetCampaignAudienceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }