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

            _callMutateCampaignAssetSets = clientHelper.BuildApiCall <MutateCampaignAssetSetsRequest, MutateCampaignAssetSetsResponse>(grpcClient.MutateCampaignAssetSetsAsync, grpcClient.MutateCampaignAssetSets, effectiveSettings.MutateCampaignAssetSetsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateCampaignAssetSets);
            Modify_MutateCampaignAssetSetsApiCall(ref _callMutateCampaignAssetSets);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Example #2
0
        /// <summary>
        /// Creates a <see cref="CampaignAssetSetServiceClient"/> 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="CampaignAssetSetServiceSettings"/>.</param>
        /// <returns>The created <see cref="CampaignAssetSetServiceClient"/>.</returns>
        internal static CampaignAssetSetServiceClient Create(grpccore::CallInvoker callInvoker, CampaignAssetSetServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            CampaignAssetSetService.CampaignAssetSetServiceClient grpcClient = new CampaignAssetSetService.CampaignAssetSetServiceClient(callInvoker);
            return(new CampaignAssetSetServiceClientImpl(grpcClient, settings));
        }
Example #3
0
 partial void OnConstruction(CampaignAssetSetService.CampaignAssetSetServiceClient grpcClient, CampaignAssetSetServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);