Пример #1
0
 private AdGroupLabelServiceSettings(AdGroupLabelServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     GetAdGroupLabelSettings     = existing.GetAdGroupLabelSettings;
     MutateAdGroupLabelsSettings = existing.MutateAdGroupLabelsSettings;
     OnCopy(existing);
 }
Пример #2
0
        /// <summary>
        /// Constructs a client wrapper for the AdGroupLabelService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AdGroupLabelServiceSettings"/> used within this client.</param>
        public AdGroupLabelServiceClientImpl(AdGroupLabelService.AdGroupLabelServiceClient grpcClient, AdGroupLabelServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdGroupLabelServiceSettings effectiveSettings = settings ?? AdGroupLabelServiceSettings.GetDefault();
            gaxgrpc::ClientHelper       clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAdGroupLabel = clientHelper.BuildApiCall <GetAdGroupLabelRequest, gagvr::AdGroupLabel>(grpcClient.GetAdGroupLabelAsync, grpcClient.GetAdGroupLabel, effectiveSettings.GetAdGroupLabelSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetAdGroupLabel);
            Modify_GetAdGroupLabelApiCall(ref _callGetAdGroupLabel);
            _callMutateAdGroupLabels = clientHelper.BuildApiCall <MutateAdGroupLabelsRequest, MutateAdGroupLabelsResponse>(grpcClient.MutateAdGroupLabelsAsync, grpcClient.MutateAdGroupLabels, effectiveSettings.MutateAdGroupLabelsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateAdGroupLabels);
            Modify_MutateAdGroupLabelsApiCall(ref _callMutateAdGroupLabels);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Пример #3
0
 partial void OnCopy(AdGroupLabelServiceSettings existing);
Пример #4
0
 partial void OnConstruction(AdGroupLabelService.AdGroupLabelServiceClient grpcClient, AdGroupLabelServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
Пример #5
0
        /// <summary>
        /// Creates a <see cref="AdGroupLabelServiceClient"/> 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="AdGroupLabelServiceSettings"/>.</param>
        /// <returns>The created <see cref="AdGroupLabelServiceClient"/>.</returns>
        internal static AdGroupLabelServiceClient Create(grpccore::CallInvoker callInvoker, AdGroupLabelServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            AdGroupLabelService.AdGroupLabelServiceClient grpcClient = new AdGroupLabelService.AdGroupLabelServiceClient(callInvoker);
            return(new AdGroupLabelServiceClientImpl(grpcClient, settings));
        }