コード例 #1
0
        /// <summary>
        /// Constructs a client wrapper for the AdGroupAdService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AdGroupAdServiceSettings"/> used within this client.</param>
        public AdGroupAdServiceClientImpl(AdGroupAdService.AdGroupAdServiceClient grpcClient, AdGroupAdServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdGroupAdServiceSettings effectiveSettings = settings ?? AdGroupAdServiceSettings.GetDefault();
            gaxgrpc::ClientHelper    clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callMutateAdGroupAds = clientHelper.BuildApiCall <MutateAdGroupAdsRequest, MutateAdGroupAdsResponse>(grpcClient.MutateAdGroupAdsAsync, grpcClient.MutateAdGroupAds, effectiveSettings.MutateAdGroupAdsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateAdGroupAds);
            Modify_MutateAdGroupAdsApiCall(ref _callMutateAdGroupAds);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #2
0
 partial void OnConstruction(AdGroupAdService.AdGroupAdServiceClient grpcClient, AdGroupAdServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
コード例 #3
0
 private AdGroupAdServiceSettings(AdGroupAdServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     MutateAdGroupAdsSettings = existing.MutateAdGroupAdsSettings;
     OnCopy(existing);
 }
コード例 #4
0
 partial void OnCopy(AdGroupAdServiceSettings existing);
コード例 #5
0
        /// <summary>
        /// Creates a <see cref="AdGroupAdServiceClient"/> 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="AdGroupAdServiceSettings"/>.</param>
        /// <returns>The created <see cref="AdGroupAdServiceClient"/>.</returns>
        internal static AdGroupAdServiceClient Create(grpccore::CallInvoker callInvoker, AdGroupAdServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            AdGroupAdService.AdGroupAdServiceClient grpcClient = new AdGroupAdService.AdGroupAdServiceClient(callInvoker);
            return(new AdGroupAdServiceClientImpl(grpcClient, settings));
        }