Esempio n. 1
0
        /// <summary>
        /// Constructs a client wrapper for the AdGroupAudienceViewService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="AdGroupAudienceViewServiceSettings"/> used within this client.
        /// </param>
        public AdGroupAudienceViewServiceClientImpl(AdGroupAudienceViewService.AdGroupAudienceViewServiceClient grpcClient, AdGroupAudienceViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdGroupAudienceViewServiceSettings effectiveSettings = settings ?? AdGroupAudienceViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAdGroupAudienceView = clientHelper.BuildApiCall <GetAdGroupAudienceViewRequest, gagvr::AdGroupAudienceView>(grpcClient.GetAdGroupAudienceViewAsync, grpcClient.GetAdGroupAudienceView, effectiveSettings.GetAdGroupAudienceViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetAdGroupAudienceView);
            Modify_GetAdGroupAudienceViewApiCall(ref _callGetAdGroupAudienceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 /// <summary>
 /// Creates a <see cref="AdGroupAudienceViewServiceClient"/> 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="AdGroupAudienceViewServiceSettings"/>.</param>
 /// <returns>The created <see cref="AdGroupAudienceViewServiceClient"/>.</returns>
 public static AdGroupAudienceViewServiceClient Create(grpccore::CallInvoker callInvoker, AdGroupAudienceViewServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     AdGroupAudienceViewService.AdGroupAudienceViewServiceClient grpcClient = new AdGroupAudienceViewService.AdGroupAudienceViewServiceClient(callInvoker);
     return(new AdGroupAudienceViewServiceClientImpl(grpcClient, settings));
 }
        /// <summary>
        /// Constructs a client wrapper for the AdGroupAudienceViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AdGroupAudienceViewServiceSettings"/> used within this client </param>
        public AdGroupAudienceViewServiceClientImpl(AdGroupAudienceViewService.AdGroupAudienceViewServiceClient grpcClient, AdGroupAudienceViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdGroupAudienceViewServiceSettings effectiveSettings = settings ?? AdGroupAudienceViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAdGroupAudienceView = clientHelper.BuildApiCall <GetAdGroupAudienceViewRequest, gagvr::AdGroupAudienceView>(
                GrpcClient.GetAdGroupAudienceViewAsync, GrpcClient.GetAdGroupAudienceView, effectiveSettings.GetAdGroupAudienceViewSettings)
                                          .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetAdGroupAudienceView);
            Modify_GetAdGroupAudienceViewApiCall(ref _callGetAdGroupAudienceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Esempio n. 4
0
 partial void OnConstruction(AdGroupAudienceViewService.AdGroupAudienceViewServiceClient grpcClient, AdGroupAudienceViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);