Exemple #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);

            _callGetCampaignLabel = clientHelper.BuildApiCall <GetCampaignLabelRequest, gagvr::CampaignLabel>(grpcClient.GetCampaignLabelAsync, grpcClient.GetCampaignLabel, effectiveSettings.GetCampaignLabelSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetCampaignLabel);
            Modify_GetCampaignLabelApiCall(ref _callGetCampaignLabel);
            _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);
        }
        /// <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);

            _callGetCampaignLabel = clientHelper.BuildApiCall <GetCampaignLabelRequest, gagvr::CampaignLabel>(
                GrpcClient.GetCampaignLabelAsync, GrpcClient.GetCampaignLabel, effectiveSettings.GetCampaignLabelSettings)
                                    .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            _callMutateCampaignLabels = clientHelper.BuildApiCall <MutateCampaignLabelsRequest, MutateCampaignLabelsResponse>(
                GrpcClient.MutateCampaignLabelsAsync, GrpcClient.MutateCampaignLabels, effectiveSettings.MutateCampaignLabelsSettings)
                                        .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callGetCampaignLabel);
            Modify_GetCampaignLabelApiCall(ref _callGetCampaignLabel);
            Modify_ApiCall(ref _callMutateCampaignLabels);
            Modify_MutateCampaignLabelsApiCall(ref _callMutateCampaignLabels);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }