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

            _callGetAdScheduleView = clientHelper.BuildApiCall <GetAdScheduleViewRequest, gagvr::AdScheduleView>(grpcClient.GetAdScheduleViewAsync, grpcClient.GetAdScheduleView, effectiveSettings.GetAdScheduleViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetAdScheduleView);
            Modify_GetAdScheduleViewApiCall(ref _callGetAdScheduleView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
예제 #2
0
        /// <summary>
        /// Constructs a client wrapper for the AdScheduleViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AdScheduleViewServiceSettings"/> used within this client </param>
        public AdScheduleViewServiceClientImpl(AdScheduleViewService.AdScheduleViewServiceClient grpcClient, AdScheduleViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdScheduleViewServiceSettings effectiveSettings = settings ?? AdScheduleViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper         clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAdScheduleView = clientHelper.BuildApiCall <GetAdScheduleViewRequest, gagvr::AdScheduleView>(
                GrpcClient.GetAdScheduleViewAsync, GrpcClient.GetAdScheduleView, effectiveSettings.GetAdScheduleViewSettings)
                                     .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetAdScheduleView);
            Modify_GetAdScheduleViewApiCall(ref _callGetAdScheduleView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }