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

            _callGetParentalStatusView = clientHelper.BuildApiCall <GetParentalStatusViewRequest, gagvr::ParentalStatusView>(
                GrpcClient.GetParentalStatusViewAsync, GrpcClient.GetParentalStatusView, effectiveSettings.GetParentalStatusViewSettings);
            Modify_ApiCall(ref _callGetParentalStatusView);
            Modify_GetParentalStatusViewApiCall(ref _callGetParentalStatusView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }