/// <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);
        }
コード例 #2
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)
                                          .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);
        }