Пример #1
0
        /// <summary>
        /// Constructs a client wrapper for the DetailPlacementViewService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="DetailPlacementViewServiceSettings"/> used within this client.
        /// </param>
        public DetailPlacementViewServiceClientImpl(DetailPlacementViewService.DetailPlacementViewServiceClient grpcClient, DetailPlacementViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            DetailPlacementViewServiceSettings effectiveSettings = settings ?? DetailPlacementViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetDetailPlacementView = clientHelper.BuildApiCall <GetDetailPlacementViewRequest, gagvr::DetailPlacementView>(grpcClient.GetDetailPlacementViewAsync, grpcClient.GetDetailPlacementView, effectiveSettings.GetDetailPlacementViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetDetailPlacementView);
            Modify_GetDetailPlacementViewApiCall(ref _callGetDetailPlacementView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }